Html Css Color HEX #620658 Palatinate Purple

📋 copy color: '#620658'

red 98 ◦ green 6 ◦ blue 88

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

Shades of Palatinate Purple #620658

Tints of Palatinate Purple #620658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

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

R = 51.04%
G = 3.13%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#620658 (or 0x620658) is known color: Palatinate Purple. HEX triplet: 62, 06 and 58. RGB value is (98,6,88). Sum of RGB (Red+Green+Blue) = 98+6+88=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #620658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620658 is #9DF9A7. Grayscale: #2A2A2A. Windows color (decimal): -10353064 or 5768802. OLE color: 5768802.

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

Color convert

RGB 98 6 88 -
CMYK 0 0.94 0.10 0.62
HSL 306.52º 0.88% 0.2% -
HSV(B) 306.52º 0.94% 0.38% -
XYZ 6.86 3.43 9.53 -
YUV 42.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 98 6 88 0 0.94 0.10 0.62 306.52 0.88 0.2
Hex 62 6 58 0 5E A 3E 133 58 14
Octal 142 6 130 0 136 12 76 463 130 24
Binary 1100010 110 1011000 0 1011110 1010 111110 100110011 1011000 10100

Color Harmonies of #620658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620658

Black with #620658

Text Example


Text Example

White with #620658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620658; }

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

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

background-color css

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

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

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

border-color css

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

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

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