#620859

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

Shades of Palatinate Purple #620859

Tints of Palatinate Purple #620859

Color information

#620859 (or 0x620859) is unknown color: approx Palatinate Purple. HEX triplet: 62, 08 and 59. RGB value is (98,8,89). Sum of RGB (Red+Green+Blue) = 98+8+89=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #620859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620859 is #9DF7A6. Grayscale: #2B2B2B. Windows color (decimal): -10352551 or 5834850. OLE color: 5834850.

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

Color convert

RGB98889-
CMYK00.920.090.62
HSL306º84.91%20.78%-
HSV(B)306º91.84%38.43%-
XYZ6.933.499.76-
YUV44.14153.32166.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=50.26%
G=4.10%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9888900.920.090.6230684.9120.78
Hex6285905C93E1325515
Octal142101310134117646212525
Binary110001010001011001010111001001111110100110010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620859; }

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

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

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

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

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

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

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

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