#72055C

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

Shades of Palatinate Purple #72055C

Tints of Palatinate Purple #72055C

Color information

#72055C (or 0x72055C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 05 and 5C. RGB value is (114,5,92). Sum of RGB (Red+Green+Blue) = 114+5+92=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72055C is #8DFAA3. Grayscale: #2F2F2F. Windows color (decimal): -9304740 or 6030706. OLE color: 6030706.

HSL color Cylindrical-coordinate representation of color #72055C: hue angle of 312.11º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72055C is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB114592-
CMYK00.960.190.55
HSL312.11º91.6%23.33%-
HSV(B)312.11º95.61%44.71%-
XYZ8.934.4610.52-
YUV47.51153.11175.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=54.03%
G=2.37%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11459200.960.190.55312.1191.623.33
Hex7255C06013371385c17
Octal16251340140236747013427
Binary111001010110111000110000010011110111100111000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72055C; }

 p { color: rgb(114,5,92); }

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

<style>
 a { background-color: #72055C; }

 a { background-color: rgb(114,5,92); }

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

<style>
 span { border-color: #72055C; }

 span { border-color: rgb(114,5,92); }

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