#72126A

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

Shades of Palatinate Purple #72126A

Tints of Palatinate Purple #72126A

Color information

#72126A (or 0x72126A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 12 and 6A. RGB value is (114,18,106). Sum of RGB (Red+Green+Blue) = 114+18+106=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #72126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72126A is #8DED95. Grayscale: #383838. Windows color (decimal): -9301398 or 6951538. OLE color: 6951538.

HSL color Cylindrical-coordinate representation of color #72126A: hue angle of 305º 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 #72126A is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11418106-
CMYK00.840.070.55
HSL305º72.73%25.88%-
HSV(B)305º84.21%44.71%-
XYZ9.765.0514.1-
YUV56.74155.8168.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=47.90%
G=7.56%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141810600.840.070.5530572.7325.88
Hex72126A054737131491a
Octal16222152012476746111132
Binary111001010010110101001010100111110111100110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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