Html Css Color HEX #620371 Purple

📋 copy color: '#620371'

red 98 ◦ green 3 ◦ blue 113

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

Shades of Purple #620371

Tints of Purple #620371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.8%

R = 45.79%
G = 1.4%
B = 52.8%

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

#620371 (or 0x620371) is known color: Purple. HEX triplet: 62, 03 and 71. RGB value is (98,3,113). Sum of RGB (Red+Green+Blue) = 98+3+113=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #620371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620371 is #9DFC8E. Grayscale: #2B2B2B. Windows color (decimal): -10353807 or 7406434. OLE color: 7406434.

HSL color Cylindrical-coordinate representation of color #620371: hue angle of 291.82º 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 #620371 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 3 113 -
CMYK 0.13 0.97 0 0.56
HSL 291.82º 0.95% 0.23% -
HSV(B) 291.82º 0.97% 0.44% -
XYZ 8.05 3.85 15.94 -
YUV 43.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 98 3 113 0.13 0.97 0 0.56 291.82 0.95 0.23
Hex 62 3 71 D 61 0 38 124 5F 17
Octal 142 3 161 15 141 0 70 444 137 27
Binary 1100010 11 1110001 1101 1100001 0 111000 100100100 1011111 10111

Color Harmonies of #620371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620371

Black with #620371

Text Example


Text Example

White with #620371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620371; }

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

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

background-color css

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

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

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

border-color css

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

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

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