#62116B

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

Shades of Palatinate Purple #62116B

Tints of Palatinate Purple #62116B

Color information

#62116B (or 0x62116B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 11 and 6B. RGB value is (98,17,107). Sum of RGB (Red+Green+Blue) = 98+17+107=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #62116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62116B is #9DEE94. Grayscale: #333333. Windows color (decimal): -10350229 or 7016802. OLE color: 7016802.

HSL color Cylindrical-coordinate representation of color #62116B: hue angle of 294º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62116B is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9817107-
CMYK0.080.8400.58
HSL294º72.58%24.31%-
HSV(B)294º84.11%41.96%-
XYZ7.894.0614.28-
YUV51.48159.34161.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 17 (7.03% from 255) = 7.66%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=44.14%
G=7.66%
B=48.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98171070.080.8400.5829472.5824.31
Hex62116B85403A1264918
Octal142211531012407244611130
Binary1100010100011101011100010101000111010100100110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62116B; }

 p { color: rgb(98,17,107); }

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

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

 a { background-color: rgb(98,17,107); }

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

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

 span { border-color: rgb(98,17,107); }

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