Html Css Color HEX #620971 Purple

📋 copy color: '#620971'

red 98 ◦ green 9 ◦ blue 113

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

Shades of Purple #620971

Tints of Purple #620971

RGB

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

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

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

R = 44.55%
G = 4.09%
B = 51.36%

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

#620971 (or 0x620971) is known color: Purple. HEX triplet: 62, 09 and 71. RGB value is (98,9,113). Sum of RGB (Red+Green+Blue) = 98+9+113=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #620971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620971 is #9DF68E. Grayscale: #2F2F2F. Windows color (decimal): -10352271 or 7407970. OLE color: 7407970.

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

Color convert

RGB 98 9 113 -
CMYK 0.13 0.92 0 0.56
HSL 291.35º 0.85% 0.24% -
HSV(B) 291.35º 0.92% 0.44% -
XYZ 8.12 3.98 15.96 -
YUV 47.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 98 9 113 0.13 0.92 0 0.56 291.35 0.85 0.24
Hex 62 9 71 D 5C 0 38 123 55 18
Octal 142 11 161 15 134 0 70 443 125 30
Binary 1100010 1001 1110001 1101 1011100 0 111000 100100011 1010101 11000

Color Harmonies of #620971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620971

Black with #620971

Text Example


Text Example

White with #620971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620971; }

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

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

background-color css

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

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

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

border-color css

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

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

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