#72235C

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

Shades of Palatinate Purple #72235C

Tints of Palatinate Purple #72235C

Color information

#72235C (or 0x72235C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 5C. RGB value is (114,35,92). Sum of RGB (Red+Green+Blue) = 114+35+92=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72235C is #8DDCA3. Grayscale: #404040. Windows color (decimal): -9297060 or 6038386. OLE color: 6038386.

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

Color convert

RGB1143592-
CMYK00.690.190.55
HSL316.71º53.02%29.22%-
HSV(B)316.71º69.3%44.71%-
XYZ9.475.5510.7-
YUV65.12143.17162.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=47.30%
G=14.52%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114359200.690.190.55316.7153.0229.22
Hex72235C045133713d351d
Octal16243134010523674756535
Binary11100101000111011100010001011001111011110011110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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