#721860

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

Shades of Palatinate Purple #721860

Tints of Palatinate Purple #721860

Color information

#721860 (or 0x721860) is unknown color: approx Palatinate Purple. HEX triplet: 72, 18 and 60. RGB value is (114,24,96). Sum of RGB (Red+Green+Blue) = 114+24+96=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #721860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721860 is #8DE79F. Grayscale: #3A3A3A. Windows color (decimal): -9299872 or 6297714. OLE color: 6297714.

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

Color convert

RGB1142496-
CMYK00.790.160.55
HSL312º65.22%27.06%-
HSV(B)312º78.95%44.71%-
XYZ9.385.0811.55-
YUV59.12148.82167.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=48.72%
G=10.26%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114249600.790.160.5531265.2227.06
Hex72186004F1037138411b
Octal162301400117206747010133
Binary11100101100011000000100111110000110111100111000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721860; }

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

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

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

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

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

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

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

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