#72166E

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

Shades of Palatinate Purple #72166E

Tints of Palatinate Purple #72166E

Color information

#72166E (or 0x72166E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 16 and 6E. RGB value is (114,22,110). Sum of RGB (Red+Green+Blue) = 114+22+110=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72166E is #8DE991. Grayscale: #3B3B3B. Windows color (decimal): -9300370 or 7214706. OLE color: 7214706.

HSL color Cylindrical-coordinate representation of color #72166E: hue angle of 302.61º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72166E is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11422110-
CMYK00.810.040.55
HSL302.61º67.65%26.67%-
HSV(B)302.61º80.7%44.71%-
XYZ10.045.2815.24-
YUV59.54156.48166.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=46.34%
G=8.94%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142211000.810.040.55302.6167.6526.67
Hex72166E05143712f441b
Octal16226156012146745710433
Binary111001010110110111001010001100110111100101111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72166E; }

 p { color: rgb(114,22,110); }

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

<style>
 a { background-color: #72166E; }

 a { background-color: rgb(114,22,110); }

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

<style>
 span { border-color: #72166E; }

 span { border-color: rgb(114,22,110); }

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