#72116C

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

Shades of Palatinate Purple #72116C

Tints of Palatinate Purple #72116C

Color information

#72116C (or 0x72116C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 11 and 6C. RGB value is (114,17,108). Sum of RGB (Red+Green+Blue) = 114+17+108=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72116C is #8DEE93. Grayscale: #383838. Windows color (decimal): -9301652 or 7082354. OLE color: 7082354.

HSL color Cylindrical-coordinate representation of color #72116C: hue angle of 303.71º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72116C is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11417108-
CMYK00.850.050.55
HSL303.71º74.05%25.69%-
HSV(B)303.71º85.09%44.71%-
XYZ9.855.0614.65-
YUV56.38157.14169.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=47.70%
G=7.11%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141710800.850.050.55303.7174.0525.69
Hex72116C0555371304a1a
Octal16221154012556746011232
Binary111001010001110110001010101101110111100110000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,17,108); }

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

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

 a { background-color: rgb(114,17,108); }

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

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

 span { border-color: rgb(114,17,108); }

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