#62205F

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

Shades of Palatinate Purple #62205F

Tints of Palatinate Purple #62205F

Color information

#62205F (or 0x62205F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 20 and 5F. RGB value is (98,32,95). Sum of RGB (Red+Green+Blue) = 98+32+95=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62205F is #9DDFA0. Grayscale: #3A3A3A. Windows color (decimal): -10346401 or 6234210. OLE color: 6234210.

HSL color Cylindrical-coordinate representation of color #62205F: hue angle of 302.73º 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 #62205F is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB983295-
CMYK00.670.030.62
HSL302.73º50.77%25.49%-
HSV(B)302.73º67.35%38.43%-
XYZ7.624.4611.28-
YUV58.92148.37155.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=43.56%
G=14.22%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98329500.670.030.62302.7350.7725.49
Hex62205F04333E12f3319
Octal1424013701033764576331
Binary11000101000001011111010000111111111010010111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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