#620959

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

Shades of Palatinate Purple #620959

Tints of Palatinate Purple #620959

Color information

#620959 (or 0x620959) is unknown color: approx Palatinate Purple. HEX triplet: 62, 09 and 59. RGB value is (98,9,89). Sum of RGB (Red+Green+Blue) = 98+9+89=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #620959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620959 is #9DF6A6. Grayscale: #2C2C2C. Windows color (decimal): -10352295 or 5835106. OLE color: 5835106.

HSL color Cylindrical-coordinate representation of color #620959: hue angle of 306.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620959 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB98989-
CMYK00.910.090.62
HSL306.07º83.18%20.98%-
HSV(B)306.07º90.82%38.43%-
XYZ6.943.519.76-
YUV44.73152.99166-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=50%
G=4.59%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9898900.910.090.62306.0783.1820.98
Hex6295905B93E1325315
Octal142111310133117646212325
Binary110001010011011001010110111001111110100110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620959; }

 p { color: rgb(98,9,89); }

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

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

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

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

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

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

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