#72196C

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

Shades of Palatinate Purple #72196C

Tints of Palatinate Purple #72196C

Color information

#72196C (or 0x72196C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 19 and 6C. RGB value is (114,25,108). Sum of RGB (Red+Green+Blue) = 114+25+108=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72196C is #8DE693. Grayscale: #3C3C3C. Windows color (decimal): -9299604 or 7084402. OLE color: 7084402.

HSL color Cylindrical-coordinate representation of color #72196C: hue angle of 304.04º 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 #72196C is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11425108-
CMYK00.780.050.55
HSL304.04º64.03%27.25%-
HSV(B)304.04º78.07%44.71%-
XYZ9.995.3614.69-
YUV61.07154.49165.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=46.15%
G=10.12%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142510800.780.050.55304.0464.0327.25
Hex72196C04E537130401b
Octal16231154011656746010033
Binary111001011001110110001001110101110111100110000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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