#721162

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

Shades of Palatinate Purple #721162

Tints of Palatinate Purple #721162

Color information

#721162 (or 0x721162) is unknown color: approx Palatinate Purple. HEX triplet: 72, 11 and 62. RGB value is (114,17,98). Sum of RGB (Red+Green+Blue) = 114+17+98=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #721162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721162 is #8DEE9D. Grayscale: #373737. Windows color (decimal): -9301662 or 6426994. OLE color: 6426994.

HSL color Cylindrical-coordinate representation of color #721162: hue angle of 309.9º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721162 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1141798-
CMYK00.850.140.55
HSL309.9º74.05%25.69%-
HSV(B)309.9º85.09%44.71%-
XYZ9.344.8612-
YUV55.24152.14169.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=49.78%
G=7.42%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114179800.850.140.55309.974.0525.69
Hex721162055E371364a1a
Octal162211420125166746611232
Binary1110010100011100010010101011110110111100110110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721162; }

 p { color: rgb(114,17,98); }

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

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

 a { background-color: rgb(114,17,98); }

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

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

 span { border-color: rgb(114,17,98); }

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