#721862

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

Shades of Palatinate Purple #721862

Tints of Palatinate Purple #721862

Color information

#721862 (or 0x721862) is unknown color: approx Palatinate Purple. HEX triplet: 72, 18 and 62. RGB value is (114,24,98). Sum of RGB (Red+Green+Blue) = 114+24+98=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #721862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721862 is #8DE79D. Grayscale: #3B3B3B. Windows color (decimal): -9299870 or 6428786. OLE color: 6428786.

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

Color convert

RGB1142498-
CMYK00.790.140.55
HSL310.67º65.22%27.06%-
HSV(B)310.67º78.95%44.71%-
XYZ9.475.1112.04-
YUV59.35149.82166.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=48.31%
G=10.17%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114249800.790.140.55310.6765.2227.06
Hex72186204FE37137411b
Octal162301420117166746710133
Binary1110010110001100010010011111110110111100110111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721862; }

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

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

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

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

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

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

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

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