#72216D

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

Shades of Palatinate Purple #72216D

Tints of Palatinate Purple #72216D

Color information

#72216D (or 0x72216D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 6D. RGB value is (114,33,109). Sum of RGB (Red+Green+Blue) = 114+33+109=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72216D is #8DDE92. Grayscale: #414141. Windows color (decimal): -9297555 or 7151986. OLE color: 7151986.

HSL color Cylindrical-coordinate representation of color #72216D: hue angle of 303.7º 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 #72216D is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11433109-
CMYK00.710.040.55
HSL303.7º55.1%28.82%-
HSV(B)303.7º71.05%44.71%-
XYZ10.245.7715.04-
YUV65.88152.34162.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 109 (42.97% from 255) = 42.58%
R=44.53%
G=12.89%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143310900.710.040.55303.755.128.82
Hex72216D047437130371d
Octal1624115501074674606735
Binary111001010000111011010100011110011011110011000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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