Html Css Color HEX #620259 Palatinate Purple

📋 copy color: '#620259'

red 98 ◦ green 2 ◦ blue 89

#620259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #620259

Tints of Palatinate Purple #620259

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 value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#620259 (or 0x620259) is known color: 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

RGB 98 2 89 -
CMYK 0 0.98 0.09 0.62
HSL 305.63º 0.96% 0.2% -
HSV(B) 305.63º 0.98% 0.38% -
XYZ 6.86 3.36 9.74 -
YUV 40.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 98 2 89 0 0.98 0.09 0.62 305.63 0.96 0.2
Hex 62 2 59 0 62 9 3E 132 60 14
Octal 142 2 131 0 142 11 76 462 140 24
Binary 1100010 10 1011001 0 1100010 1001 111110 100110010 1100000 10100

Color Harmonies of #620259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620259

Black with #620259

Text Example


Text Example

White with #620259

Text Example


Text Example

HTML Codes & Css Web 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>