Html Css Color HEX #620558 Palatinate Purple

📋 copy color: '#620558'

red 98 ◦ green 5 ◦ blue 88

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

Shades of Palatinate Purple #620558

Tints of Palatinate Purple #620558

RGB

 RED value IS 98 (38.67% from 255) = 51.31%

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 51.31%
G = 2.62%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#620558 (or 0x620558) is known color: Palatinate Purple. HEX triplet: 62, 05 and 58. RGB value is (98,5,88). Sum of RGB (Red+Green+Blue) = 98+5+88=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #620558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620558 is #9DFAA7. Grayscale: #2A2A2A. Windows color (decimal): -10353320 or 5768546. OLE color: 5768546.

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

Color convert

RGB 98 5 88 -
CMYK 0 0.95 0.10 0.62
HSL 306.45º 0.9% 0.2% -
HSV(B) 306.45º 0.95% 0.38% -
XYZ 6.85 3.41 9.53 -
YUV 42.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 98 5 88 0 0.95 0.10 0.62 306.45 0.9 0.2
Hex 62 5 58 0 5F A 3E 132 5A 14
Octal 142 5 130 0 137 12 76 462 132 24
Binary 1100010 101 1011000 0 1011111 1010 111110 100110010 1011010 10100

Color Harmonies of #620558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620558

Black with #620558

Text Example


Text Example

White with #620558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620558; }

 p { color: rgb(98,5,88); }

 H1.HeaderClassName
 {
   color: #620558;
 }
 .AnyTagClassName
 {
   color: #620558;
 }
</style>

background-color css

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

 a { background-color: rgb(98,5,88); }

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

border-color css

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

 span { border-color: rgb(98,5,88); }

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