#72166D

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

Shades of Palatinate Purple #72166D

Tints of Palatinate Purple #72166D

Color information

#72166D (or 0x72166D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 16 and 6D. RGB value is (114,22,109). Sum of RGB (Red+Green+Blue) = 114+22+109=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72166D is #8DE992. Grayscale: #3B3B3B. Windows color (decimal): -9300371 or 7149170. OLE color: 7149170.

HSL color Cylindrical-coordinate representation of color #72166D: hue angle of 303.26º 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 #72166D is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11422109-
CMYK00.810.040.55
HSL303.26º67.65%26.67%-
HSV(B)303.26º80.7%44.71%-
XYZ9.995.2614.96-
YUV59.43155.98166.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 109 (42.97% from 255) = 44.49%
R=46.53%
G=8.98%
B=44.49%

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
Decimal1142210900.810.040.55303.2667.6526.67
Hex72166D05143712f441b
Octal16226155012146745710433
Binary111001010110110110101010001100110111100101111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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