#72186D

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

Shades of Palatinate Purple #72186D

Tints of Palatinate Purple #72186D

Color information

#72186D (or 0x72186D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 18 and 6D. RGB value is (114,24,109). Sum of RGB (Red+Green+Blue) = 114+24+109=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72186D is #8DE792. Grayscale: #3C3C3C. Windows color (decimal): -9299859 or 7149682. OLE color: 7149682.

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

Color convert

RGB11424109-
CMYK00.790.040.55
HSL303.33º65.22%27.06%-
HSV(B)303.33º78.95%44.71%-
XYZ10.035.3314.97-
YUV60.6155.32166.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=46.15%
G=9.72%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142410900.790.040.55303.3365.2227.06
Hex72186D04F43712f411b
Octal16230155011746745710133
Binary111001011000110110101001111100110111100101111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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