#72206C

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

Shades of Palatinate Purple #72206C

Tints of Palatinate Purple #72206C

Color information

#72206C (or 0x72206C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 20 and 6C. RGB value is (114,32,108). Sum of RGB (Red+Green+Blue) = 114+32+108=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72206C is #8DDF93. Grayscale: #404040. Windows color (decimal): -9297812 or 7086194. OLE color: 7086194.

HSL color Cylindrical-coordinate representation of color #72206C: hue angle of 304.39º 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 #72206C is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11432108-
CMYK00.720.050.55
HSL304.39º56.16%28.63%-
HSV(B)304.39º71.93%44.71%-
XYZ10.165.6914.75-
YUV65.18152.17162.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 32 (12.89% from 255) = 12.60%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=44.88%
G=12.60%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143210800.720.050.55304.3956.1628.63
Hex72206C048537130381d
Octal1624015401105674607035
Binary111001010000011011000100100010111011110011000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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