Html Css Color HEX #620459 Palatinate Purple

📋 copy color: '#620459'

red 98 ◦ green 4 ◦ blue 89

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

Shades of Palatinate Purple #620459

Tints of Palatinate Purple #620459

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.6%

R = 51.31%
G = 2.09%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 98 4 89 -
CMYK 0 0.96 0.09 0.62
HSL 305.74º 0.92% 0.2% -
HSV(B) 305.74º 0.96% 0.38% -
XYZ 6.88 3.4 9.75 -
YUV 41.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 98 4 89 0 0.96 0.09 0.62 305.74 0.92 0.2
Hex 62 4 59 0 60 9 3E 132 5C 14
Octal 142 4 131 0 140 11 76 462 134 24
Binary 1100010 100 1011001 0 1100000 1001 111110 100110010 1011100 10100

Color Harmonies of #620459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620459

Black with #620459

Text Example


Text Example

White with #620459

Text Example


Text Example

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