#72126C

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

Shades of Palatinate Purple #72126C

Tints of Palatinate Purple #72126C

Color information

#72126C (or 0x72126C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 12 and 6C. RGB value is (114,18,108). Sum of RGB (Red+Green+Blue) = 114+18+108=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72126C is #8DED93. Grayscale: #383838. Windows color (decimal): -9301396 or 7082610. OLE color: 7082610.

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

Color convert

RGB11418108-
CMYK00.840.050.55
HSL303.75º72.73%25.88%-
HSV(B)303.75º84.21%44.71%-
XYZ9.865.0914.65-
YUV56.96156.8168.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 108 (42.58% from 255) = 45%
R=47.5%
G=7.5%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141810800.840.050.55303.7572.7325.88
Hex72126C054537130491a
Octal16222154012456746011132
Binary111001010010110110001010100101110111100110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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