Html Css Color HEX #620170 Purple

📋 copy color: '#620170'

red 98 ◦ green 1 ◦ blue 112

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

Shades of Purple #620170

Tints of Purple #620170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 46.45%
G = 0.47%
B = 53.08%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620170 (or 0x620170) is known color: Purple. HEX triplet: 62, 01 and 70. RGB value is (98,1,112). Sum of RGB (Red+Green+Blue) = 98+1+112=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #620170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620170 is #9DFE8F. Grayscale: #2A2A2A. Windows color (decimal): -10354320 or 7340386. OLE color: 7340386.

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

Color convert

RGB 98 1 112 -
CMYK 0.13 0.99 0 0.56
HSL 292.43º 0.98% 0.22% -
HSV(B) 292.43º 0.99% 0.44% -
XYZ 7.97 3.79 15.64 -
YUV 42.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 98 1 112 0.13 0.99 0 0.56 292.43 0.98 0.22
Hex 62 1 70 D 63 0 38 124 62 16
Octal 142 1 160 15 143 0 70 444 142 26
Binary 1100010 1 1110000 1101 1100011 0 111000 100100100 1100010 10110

Color Harmonies of #620170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620170

Black with #620170

Text Example


Text Example

White with #620170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620170; }

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

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

background-color css

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

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

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

border-color css

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

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

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