Html Css Color HEX #620471 Purple

📋 copy color: '#620471'

red 98 ◦ green 4 ◦ blue 113

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

Shades of Purple #620471

Tints of Purple #620471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 45.58%
G = 1.86%
B = 52.56%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620471 (or 0x620471) is known color: Purple. HEX triplet: 62, 04 and 71. RGB value is (98,4,113). Sum of RGB (Red+Green+Blue) = 98+4+113=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #620471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620471 is #9DFB8E. Grayscale: #2C2C2C. Windows color (decimal): -10353551 or 7406690. OLE color: 7406690.

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

Color convert

RGB 98 4 113 -
CMYK 0.13 0.96 0 0.56
HSL 291.74º 0.93% 0.23% -
HSV(B) 291.74º 0.96% 0.44% -
XYZ 8.06 3.88 15.95 -
YUV 44.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 98 4 113 0.13 0.96 0 0.56 291.74 0.93 0.23
Hex 62 4 71 D 60 0 38 124 5D 17
Octal 142 4 161 15 140 0 70 444 135 27
Binary 1100010 100 1110001 1101 1100000 0 111000 100100100 1011101 10111

Color Harmonies of #620471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620471

Black with #620471

Text Example


Text Example

White with #620471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620471; }

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

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

background-color css

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

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

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

border-color css

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

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

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