#72205F

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

Shades of Palatinate Purple #72205F

Tints of Palatinate Purple #72205F

Color information

#72205F (or 0x72205F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 20 and 5F. RGB value is (114,32,95). Sum of RGB (Red+Green+Blue) = 114+32+95=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72205F is #8DDFA0. Grayscale: #3F3F3F. Windows color (decimal): -9297825 or 6234226. OLE color: 6234226.

HSL color Cylindrical-coordinate representation of color #72205F: hue angle of 313.9º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72205F is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1143295-
CMYK00.720.170.55
HSL313.9º56.16%28.63%-
HSV(B)313.9º71.93%44.71%-
XYZ9.525.4411.37-
YUV63.7145.67163.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=47.30%
G=13.28%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114329500.720.170.55313.956.1628.63
Hex72205F048113713a381d
Octal16240137011021674727035
Binary11100101000001011111010010001000111011110011101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72205F; }

 p { color: rgb(114,32,95); }

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

<style>
 a { background-color: #72205F; }

 a { background-color: rgb(114,32,95); }

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

<style>
 span { border-color: #72205F; }

 span { border-color: rgb(114,32,95); }

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