#72156D

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

Shades of Palatinate Purple #72156D

Tints of Palatinate Purple #72156D

Color information

#72156D (or 0x72156D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 15 and 6D. RGB value is (114,21,109). Sum of RGB (Red+Green+Blue) = 114+21+109=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72156D is #8DEA92. Grayscale: #3A3A3A. Windows color (decimal): -9300627 or 7148914. OLE color: 7148914.

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

Color convert

RGB11421109-
CMYK00.820.040.55
HSL303.23º68.89%26.47%-
HSV(B)303.23º81.58%44.71%-
XYZ9.975.2214.95-
YUV58.84156.31167.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=46.72%
G=8.61%
B=44.67%

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
Decimal1142110900.820.040.55303.2368.8926.47
Hex72156D05243712f451a
Octal16225155012246745710532
Binary111001010101110110101010010100110111100101111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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