#72196D

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

Shades of Palatinate Purple #72196D

Tints of Palatinate Purple #72196D

Color information

#72196D (or 0x72196D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 19 and 6D. RGB value is (114,25,109). Sum of RGB (Red+Green+Blue) = 114+25+109=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #72196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72196D is #8DE692. Grayscale: #3C3C3C. Windows color (decimal): -9299603 or 7149938. OLE color: 7149938.

HSL color Cylindrical-coordinate representation of color #72196D: hue angle of 303.37º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72196D is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11425109-
CMYK00.780.040.55
HSL303.37º64.03%27.25%-
HSV(B)303.37º78.07%44.71%-
XYZ10.055.3814.98-
YUV61.19154.99165.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=45.97%
G=10.08%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142510900.780.040.55303.3764.0327.25
Hex72196D04E43712f401b
Octal16231155011646745710033
Binary111001011001110110101001110100110111100101111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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