#620259

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

Shades of Palatinate Purple #620259

Tints of Palatinate Purple #620259

Color information

#620259 (or 0x620259) is unknown color: approx Palatinate Purple. HEX triplet: 62, 02 and 59. RGB value is (98,2,89). Sum of RGB (Red+Green+Blue) = 98+2+89=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #620259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620259 is #9DFDA6. Grayscale: #282828. Windows color (decimal): -10354087 or 5833314. OLE color: 5833314.

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

Color convert

RGB98289-
CMYK00.980.090.62
HSL305.62º96%19.61%-
HSV(B)305.62º97.96%38.43%-
XYZ6.863.369.74-
YUV40.62155.3168.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=51.85%
G=1.06%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9828900.980.090.62305.629619.61
Hex6225906293E1326014
Octal14221310142117646214024
Binary1100010101011001011000101001111110100110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620259; }

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

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

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

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

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

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

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

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