#72156E

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

Shades of Palatinate Purple #72156E

Tints of Palatinate Purple #72156E

Color information

#72156E (or 0x72156E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 15 and 6E. RGB value is (114,21,110). Sum of RGB (Red+Green+Blue) = 114+21+110=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72156E is #8DEA91. Grayscale: #3A3A3A. Windows color (decimal): -9300626 or 7214450. OLE color: 7214450.

HSL color Cylindrical-coordinate representation of color #72156E: hue angle of 302.58º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72156E is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11421110-
CMYK00.820.040.55
HSL302.58º68.89%26.47%-
HSV(B)302.58º81.58%44.71%-
XYZ10.025.2415.23-
YUV58.95156.81167.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=46.53%
G=8.57%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142111000.820.040.55302.5868.8926.47
Hex72156E05243712f451a
Octal16225156012246745710532
Binary111001010101110111001010010100110111100101111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,21,110); }

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

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

 a { background-color: rgb(114,21,110); }

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

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

 span { border-color: rgb(114,21,110); }

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