#72206E

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

Shades of Palatinate Purple #72206E

Tints of Palatinate Purple #72206E

Color information

#72206E (or 0x72206E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 20 and 6E. RGB value is (114,32,110). Sum of RGB (Red+Green+Blue) = 114+32+110=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72206E is #8DDF91. Grayscale: #414141. Windows color (decimal): -9297810 or 7217266. OLE color: 7217266.

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

Color convert

RGB11432110-
CMYK00.720.040.55
HSL302.93º56.16%28.63%-
HSV(B)302.93º71.93%44.71%-
XYZ10.275.7415.32-
YUV65.41153.17162.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=44.53%
G=12.5%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143211000.720.040.55302.9356.1628.63
Hex72206E04843712f381d
Octal1624015601104674577035
Binary111001010000011011100100100010011011110010111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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