#72215F

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

Shades of Palatinate Purple #72215F

Tints of Palatinate Purple #72215F

Color information

#72215F (or 0x72215F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 5F. RGB value is (114,33,95). Sum of RGB (Red+Green+Blue) = 114+33+95=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72215F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72215F is #8DDEA0. Grayscale: #404040. Windows color (decimal): -9297569 or 6234482. OLE color: 6234482.

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

Color convert

RGB1143395-
CMYK00.710.170.55
HSL314.07º55.1%28.82%-
HSV(B)314.07º71.05%44.71%-
XYZ9.555.4911.38-
YUV64.29145.34163.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=47.11%
G=13.64%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114339500.710.170.55314.0755.128.82
Hex72215F047113713a371d
Octal16241137010721674726735
Binary11100101000011011111010001111000111011110011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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