#620459

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

Shades of Palatinate Purple #620459

Tints of Palatinate Purple #620459

Color information

#620459 (or 0x620459) is unknown color: approx Palatinate Purple. HEX triplet: 62, 04 and 59. RGB value is (98,4,89). Sum of RGB (Red+Green+Blue) = 98+4+89=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #620459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620459 is #9DFBA6. Grayscale: #292929. Windows color (decimal): -10353575 or 5833826. OLE color: 5833826.

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

Color convert

RGB98489-
CMYK00.960.090.62
HSL305.74º92.16%20%-
HSV(B)305.74º95.92%38.43%-
XYZ6.883.49.75-
YUV41.8154.64168.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.31%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=51.31%
G=2.09%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9848900.960.090.62305.7492.1620
Hex6245906093E1325c14
Octal14241310140117646213424
Binary11000101001011001011000001001111110100110010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620459; }

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

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

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

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

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

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

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

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