#721868

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

Shades of Palatinate Purple #721868

Tints of Palatinate Purple #721868

Color information

#721868 (or 0x721868) is unknown color: approx Palatinate Purple. HEX triplet: 72, 18 and 68. RGB value is (114,24,104). Sum of RGB (Red+Green+Blue) = 114+24+104=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #721868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721868 is #8DE797. Grayscale: #3B3B3B. Windows color (decimal): -9299864 or 6822002. OLE color: 6822002.

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

Color convert

RGB11424104-
CMYK00.790.090.55
HSL306.67º65.22%27.06%-
HSV(B)306.67º78.95%44.71%-
XYZ9.765.2313.59-
YUV60.03152.82166.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=47.11%
G=9.92%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142410400.790.090.55306.6765.2227.06
Hex72186804F937133411b
Octal162301500117116746310133
Binary1110010110001101000010011111001110111100110011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721868; }

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

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

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

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

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

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

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

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