#62205B

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

Shades of Palatinate Purple #62205B

Tints of Palatinate Purple #62205B

Color information

#62205B (or 0x62205B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 20 and 5B. RGB value is (98,32,91). Sum of RGB (Red+Green+Blue) = 98+32+91=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #62205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62205B is #9DDFA4. Grayscale: #3A3A3A. Windows color (decimal): -10346405 or 5972066. OLE color: 5972066.

HSL color Cylindrical-coordinate representation of color #62205B: hue angle of 306.36º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62205B is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB983291-
CMYK00.670.070.62
HSL306.36º50.77%25.49%-
HSV(B)306.36º67.35%38.43%-
XYZ7.444.3910.35-
YUV58.46146.37156.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=44.34%
G=14.48%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98329100.670.070.62306.3650.7725.49
Hex62205B04373E1323319
Octal1424013301037764626331
Binary110001010000010110110100001111111111010011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,32,91); }

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

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

 a { background-color: rgb(98,32,91); }

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

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

 span { border-color: rgb(98,32,91); }

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