#72215E

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

Shades of Palatinate Purple #72215E

Tints of Palatinate Purple #72215E

Color information

#72215E (or 0x72215E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 5E. RGB value is (114,33,94). Sum of RGB (Red+Green+Blue) = 114+33+94=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72215E is #8DDEA1. Grayscale: #404040. Windows color (decimal): -9297570 or 6168946. OLE color: 6168946.

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

Color convert

RGB1143394-
CMYK00.710.180.55
HSL314.81º55.1%28.82%-
HSV(B)314.81º71.05%44.71%-
XYZ9.55.4711.15-
YUV64.17144.84163.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=47.30%
G=13.69%
B=39.00%

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
Decimal114339400.710.180.55314.8155.128.82
Hex72215E047123713b371d
Octal16241136010722674736735
Binary11100101000011011110010001111001011011110011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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