#621962

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

Shades of Palatinate Purple #621962

Tints of Palatinate Purple #621962

Color information

#621962 (or 0x621962) is unknown color: approx Palatinate Purple. HEX triplet: 62, 19 and 62. RGB value is (98,25,98). Sum of RGB (Red+Green+Blue) = 98+25+98=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #621962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621962 is #9DE69D. Grayscale: #363636. Windows color (decimal): -10348190 or 6429026. OLE color: 6429026.

HSL color Cylindrical-coordinate representation of color #621962: hue angle of 300º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621962 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB982598-
CMYK00.7400.62
HSL300º59.35%24.12%-
HSV(B)300º74.49%38.43%-
XYZ7.594.1711.96-
YUV55.15152.18158.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=44.34%
G=11.31%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98259800.7400.6230059.3524.12
Hex62196204A03E12c3b18
Octal1423114201120764547330
Binary110001011001110001001001010011111010010110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621962; }

 p { color: rgb(98,25,98); }

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

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

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

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

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

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

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