#72216A

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

Shades of Palatinate Purple #72216A

Tints of Palatinate Purple #72216A

Color information

#72216A (or 0x72216A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 6A. RGB value is (114,33,106). Sum of RGB (Red+Green+Blue) = 114+33+106=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #72216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72216A is #8DDE95. Grayscale: #414141. Windows color (decimal): -9297558 or 6955378. OLE color: 6955378.

HSL color Cylindrical-coordinate representation of color #72216A: hue angle of 305.93º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72216A is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11433106-
CMYK00.710.070.55
HSL305.93º55.1%28.82%-
HSV(B)305.93º71.05%44.71%-
XYZ10.085.7114.21-
YUV65.54150.84162.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 106 (41.80% from 255) = 41.90%
R=45.06%
G=13.04%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143310600.710.070.55305.9355.128.82
Hex72216A047737132371d
Octal1624115201077674626735
Binary111001010000111010100100011111111011110011001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72216A; }

 p { color: rgb(114,33,106); }

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

<style>
 a { background-color: #72216A; }

 a { background-color: rgb(114,33,106); }

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

<style>
 span { border-color: #72216A; }

 span { border-color: rgb(114,33,106); }

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