#72236e

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

Shades of Palatinate Purple #72236E

Tints of Palatinate Purple #72236E

Color information

#72236E (or 0x72236E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 6E. RGB value is (114,35,110). Sum of RGB (Red+Green+Blue) = 114+35+110=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72236E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72236E is #8DDC91. Grayscale: #424242. Windows color (decimal): -9297042 or 7218034. OLE color: 7218034.

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

Color convert

RGB11435110-
CMYK00.690.040.55
HSL303.04º53.02%29.22%-
HSV(B)303.04º69.3%44.71%-
XYZ10.355.9115.35-
YUV67.17152.17161.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=44.02%
G=13.51%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143511000.690.040.55303.0453.0229.22
Hex72236E04543712f351d
Octal1624315601054674576535
Binary111001010001111011100100010110011011110010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72236e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72236e; }

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

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

<style>
 a { background-color: #72236e; }

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

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

<style>
 span { border-color: #72236e; }

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

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