#721164

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

Shades of Palatinate Purple #721164

Tints of Palatinate Purple #721164

Color information

#721164 (or 0x721164) is unknown color: approx Palatinate Purple. HEX triplet: 72, 11 and 64. RGB value is (114,17,100). Sum of RGB (Red+Green+Blue) = 114+17+100=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #721164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721164 is #8DEE9B. Grayscale: #373737. Windows color (decimal): -9301660 or 6558066. OLE color: 6558066.

HSL color Cylindrical-coordinate representation of color #721164: hue angle of 308.66º 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 #721164 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11417100-
CMYK00.850.120.55
HSL308.66º74.05%25.69%-
HSV(B)308.66º85.09%44.71%-
XYZ9.444.912.5-
YUV55.46153.14169.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 100 (39.45% from 255) = 43.29%
R=49.35%
G=7.36%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141710000.850.120.55308.6674.0525.69
Hex721164055C371354a1a
Octal162211440125146746511232
Binary1110010100011100100010101011100110111100110101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721164; }

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

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

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

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

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

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

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

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