#721866

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

Shades of Palatinate Purple #721866

Tints of Palatinate Purple #721866

Color information

#721866 (or 0x721866) is unknown color: approx Palatinate Purple. HEX triplet: 72, 18 and 66. RGB value is (114,24,102). Sum of RGB (Red+Green+Blue) = 114+24+102=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #721866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721866 is #8DE799. Grayscale: #3B3B3B. Windows color (decimal): -9299866 or 6690930. OLE color: 6690930.

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

Color convert

RGB11424102-
CMYK00.790.110.55
HSL308º65.22%27.06%-
HSV(B)308º78.95%44.71%-
XYZ9.665.1913.06-
YUV59.8151.82166.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 102 (40.23% from 255) = 42.5%
R=47.5%
G=10%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142410200.790.110.5530865.2227.06
Hex72186604FB37134411b
Octal162301460117136746410133
Binary1110010110001100110010011111011110111100110100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721866; }

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

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

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

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

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

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

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

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