#72215D

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

Shades of Palatinate Purple #72215D

Tints of Palatinate Purple #72215D

Color information

#72215D (or 0x72215D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 5D. RGB value is (114,33,93). Sum of RGB (Red+Green+Blue) = 114+33+93=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72215D is #8DDEA2. Grayscale: #3F3F3F. Windows color (decimal): -9297571 or 6103410. OLE color: 6103410.

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

Color convert

RGB1143393-
CMYK00.710.180.55
HSL315.56º55.1%28.82%-
HSV(B)315.56º71.05%44.71%-
XYZ9.465.4610.91-
YUV64.06144.34163.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=47.5%
G=13.75%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114339300.710.180.55315.5655.128.82
Hex72215D047123713c371d
Octal16241135010722674746735
Binary11100101000011011101010001111001011011110011110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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