#72305A

Color #72305A Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #72305A

Tints of Palatinate Purple #72305A

Color information

#72305A (or 0x72305A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 30 and 5A. RGB value is (114,48,90). Sum of RGB (Red+Green+Blue) = 114+48+90=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #72305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72305A is #8DCFA5. Grayscale: #484848. Windows color (decimal): -9293734 or 5910642. OLE color: 5910642.

HSL color Cylindrical-coordinate representation of color #72305A: hue angle of 321.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72305A is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1144890-
CMYK00.580.210.55
HSL321.82º40.74%31.76%-
HSV(B)321.82º57.89%44.71%-
XYZ9.846.4310.4-
YUV72.52137.87157.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=45.24%
G=19.05%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114489000.580.210.55321.8240.7431.76
Hex72305A03A15371422920
Octal1626013207225675025140
Binary11100101100001011010011101010101110111101000010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72305A; }

 p { color: rgb(114,48,90); }

 H1.HeaderClassName
 {
   color: #72305A;
 }
 .AnyTagClassName
 {
   color: #72305A;
 }
</style>
background-color css

<style>
 a { background-color: #72305A; }

 a { background-color: rgb(114,48,90); }

 div.DivClassName
 {
   background-color: #72305A;
 }
 .BgClassName
 {
   background-color: #72305A;
 }
</style>
border-color css

<style>
 span { border-color: #72305A; }

 span { border-color: rgb(114,48,90); }

 td.TdClassName
 {
   border-color: #72305A;
 }
 .TagClassName
 {
   border-color: #72305A;
 }
</style>