#72255C

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

Shades of Palatinate Purple #72255C

Tints of Palatinate Purple #72255C

Color information

#72255C (or 0x72255C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 25 and 5C. RGB value is (114,37,92). Sum of RGB (Red+Green+Blue) = 114+37+92=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72255C is #8DDAA3. Grayscale: #424242. Windows color (decimal): -9296548 or 6038898. OLE color: 6038898.

HSL color Cylindrical-coordinate representation of color #72255C: hue angle of 317.14º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72255C is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1143792-
CMYK00.680.190.55
HSL317.14º50.99%29.61%-
HSV(B)317.14º67.54%44.71%-
XYZ9.535.6710.72-
YUV66.29142.51162.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=46.91%
G=15.23%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114379200.680.190.55317.1450.9929.61
Hex72255C044133713d331e
Octal16245134010423674756336
Binary11100101001011011100010001001001111011110011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72255C; }

 p { color: rgb(114,37,92); }

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

<style>
 a { background-color: #72255C; }

 a { background-color: rgb(114,37,92); }

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

<style>
 span { border-color: #72255C; }

 span { border-color: rgb(114,37,92); }

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