#721666

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

Shades of Palatinate Purple #721666

Tints of Palatinate Purple #721666

Color information

#721666 (or 0x721666) is unknown color: approx Palatinate Purple. HEX triplet: 72, 16 and 66. RGB value is (114,22,102). Sum of RGB (Red+Green+Blue) = 114+22+102=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #721666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721666 is #8DE999. Grayscale: #3A3A3A. Windows color (decimal): -9300378 or 6690418. OLE color: 6690418.

HSL color Cylindrical-coordinate representation of color #721666: hue angle of 307.83º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721666 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11422102-
CMYK00.810.110.55
HSL307.83º67.65%26.67%-
HSV(B)307.83º80.7%44.71%-
XYZ9.625.1113.05-
YUV58.63152.48167.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=47.90%
G=9.24%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142210200.810.110.55307.8367.6526.67
Hex721666051B37134441b
Octal162261460121136746410433
Binary1110010101101100110010100011011110111100110100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721666; }

 p { color: rgb(114,22,102); }

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

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

 a { background-color: rgb(114,22,102); }

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

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

 span { border-color: rgb(114,22,102); }

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