#72206B

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

Shades of Palatinate Purple #72206B

Tints of Palatinate Purple #72206B

Color information

#72206B (or 0x72206B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 20 and 6B. RGB value is (114,32,107). Sum of RGB (Red+Green+Blue) = 114+32+107=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #72206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72206B is #8DDF94. Grayscale: #404040. Windows color (decimal): -9297813 or 7020658. OLE color: 7020658.

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

Color convert

RGB11432107-
CMYK00.720.060.55
HSL305.12º56.16%28.63%-
HSV(B)305.12º71.93%44.71%-
XYZ10.115.6714.47-
YUV65.07151.67162.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=45.06%
G=12.65%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143210700.720.060.55305.1256.1628.63
Hex72206B048637131381d
Octal1624015301106674617035
Binary111001010000011010110100100011011011110011000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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