#72246E

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

Shades of Palatinate Purple #72246E

Tints of Palatinate Purple #72246E

Color information

#72246E (or 0x72246E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 24 and 6E. RGB value is (114,36,110). Sum of RGB (Red+Green+Blue) = 114+36+110=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72246E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72246E is #8DDB91. Grayscale: #434343. Windows color (decimal): -9296786 or 7218290. OLE color: 7218290.

HSL color Cylindrical-coordinate representation of color #72246E: hue angle of 303.08º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72246E is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11436110-
CMYK00.680.040.55
HSL303.08º52%29.41%-
HSV(B)303.08º68.42%44.71%-
XYZ10.385.9615.36-
YUV67.76151.84160.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=43.85%
G=13.85%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143611000.680.040.55303.085229.41
Hex72246E04443712f341d
Octal1624415601044674576435
Binary111001010010011011100100010010011011110010111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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