Html Css Color HEX #620370 Purple

📋 copy color: '#620370'

red 98 ◦ green 3 ◦ blue 112

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

Shades of Purple #620370

Tints of Purple #620370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 46.01%
G = 1.41%
B = 52.58%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620370 (or 0x620370) is known color: Purple. HEX triplet: 62, 03 and 70. RGB value is (98,3,112). Sum of RGB (Red+Green+Blue) = 98+3+112=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #620370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620370 is #9DFC8F. Grayscale: #2B2B2B. Windows color (decimal): -10353808 or 7340898. OLE color: 7340898.

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

Color convert

RGB 98 3 112 -
CMYK 0.13 0.97 0 0.56
HSL 292.29º 0.95% 0.23% -
HSV(B) 292.29º 0.97% 0.44% -
XYZ 7.99 3.83 15.65 -
YUV 43.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 98 3 112 0.13 0.97 0 0.56 292.29 0.95 0.23
Hex 62 3 70 D 61 0 38 124 5F 17
Octal 142 3 160 15 141 0 70 444 137 27
Binary 1100010 11 1110000 1101 1100001 0 111000 100100100 1011111 10111

Color Harmonies of #620370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620370

Black with #620370

Text Example


Text Example

White with #620370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620370; }

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

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

background-color css

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

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

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

border-color css

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

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

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