#62205C

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

Shades of Palatinate Purple #62205C

Tints of Palatinate Purple #62205C

Color information

#62205C (or 0x62205C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 20 and 5C. RGB value is (98,32,92). Sum of RGB (Red+Green+Blue) = 98+32+92=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #62205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62205C is #9DDFA3. Grayscale: #3A3A3A. Windows color (decimal): -10346404 or 6037602. OLE color: 6037602.

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

Color convert

RGB983292-
CMYK00.670.060.62
HSL305.45º50.77%25.49%-
HSV(B)305.45º67.35%38.43%-
XYZ7.494.410.58-
YUV58.57146.87156.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=44.14%
G=14.41%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98329200.670.060.62305.4550.7725.49
Hex62205C04363E1313319
Octal1424013401036764616331
Binary110001010000010111000100001111011111010011000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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