Html Css Color HEX #620970 Purple

📋 copy color: '#620970'

red 98 ◦ green 9 ◦ blue 112

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

Shades of Purple #620970

Tints of Purple #620970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 44.75%
G = 4.11%
B = 51.14%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620970 (or 0x620970) is known color: Purple. HEX triplet: 62, 09 and 70. RGB value is (98,9,112). Sum of RGB (Red+Green+Blue) = 98+9+112=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #620970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620970 is #9DF68F. Grayscale: #2F2F2F. Windows color (decimal): -10352272 or 7342434. OLE color: 7342434.

HSL color Cylindrical-coordinate representation of color #620970: hue angle of 291.84º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620970 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 9 112 -
CMYK 0.13 0.92 0 0.56
HSL 291.84º 0.85% 0.24% -
HSV(B) 291.84º 0.92% 0.44% -
XYZ 8.06 3.96 15.67 -
YUV 47.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 98 9 112 0.13 0.92 0 0.56 291.84 0.85 0.24
Hex 62 9 70 D 5C 0 38 124 55 18
Octal 142 11 160 15 134 0 70 444 125 30
Binary 1100010 1001 1110000 1101 1011100 0 111000 100100100 1010101 11000

Color Harmonies of #620970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620970

Black with #620970

Text Example


Text Example

White with #620970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620970; }

 p { color: rgb(98,9,112); }

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

background-color css

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

 a { background-color: rgb(98,9,112); }

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

border-color css

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

 span { border-color: rgb(98,9,112); }

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