#721166

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

Shades of Palatinate Purple #721166

Tints of Palatinate Purple #721166

Color information

#721166 (or 0x721166) is unknown color: approx Palatinate Purple. HEX triplet: 72, 11 and 66. RGB value is (114,17,102). Sum of RGB (Red+Green+Blue) = 114+17+102=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #721166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721166 is #8DEE99. Grayscale: #373737. Windows color (decimal): -9301658 or 6689138. OLE color: 6689138.

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

Color convert

RGB11417102-
CMYK00.850.110.55
HSL307.42º74.05%25.69%-
HSV(B)307.42º85.09%44.71%-
XYZ9.544.9413.02-
YUV55.69154.14169.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 17 (7.03% from 255) = 7.30%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=48.93%
G=7.30%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141710200.850.110.55307.4274.0525.69
Hex721166055B371334a1a
Octal162211460125136746311232
Binary1110010100011100110010101011011110111100110011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721166; }

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

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

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

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

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

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

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

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