#72235E

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

Shades of Palatinate Purple #72235E

Tints of Palatinate Purple #72235E

Color information

#72235E (or 0x72235E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 5E. RGB value is (114,35,94). Sum of RGB (Red+Green+Blue) = 114+35+94=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72235E is #8DDCA1. Grayscale: #414141. Windows color (decimal): -9297058 or 6169458. OLE color: 6169458.

HSL color Cylindrical-coordinate representation of color #72235E: hue angle of 315.19º 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 #72235E is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1143594-
CMYK00.690.180.55
HSL315.19º53.02%29.22%-
HSV(B)315.19º69.3%44.71%-
XYZ9.565.5911.16-
YUV65.35144.17162.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=46.91%
G=14.40%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114359400.690.180.55315.1953.0229.22
Hex72235E045123713b351d
Octal16243136010522674736535
Binary11100101000111011110010001011001011011110011101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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