Html Css Color HEX #620571 Purple

📋 copy color: '#620571'

red 98 ◦ green 5 ◦ blue 113

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

Shades of Purple #620571

Tints of Purple #620571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

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

R = 45.37%
G = 2.31%
B = 52.31%

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

#620571 (or 0x620571) is known color: Purple. HEX triplet: 62, 05 and 71. RGB value is (98,5,113). Sum of RGB (Red+Green+Blue) = 98+5+113=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #620571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620571 is #9DFA8E. Grayscale: #2C2C2C. Windows color (decimal): -10353295 or 7406946. OLE color: 7406946.

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

Color convert

RGB 98 5 113 -
CMYK 0.13 0.96 0 0.56
HSL 291.67º 0.92% 0.23% -
HSV(B) 291.67º 0.96% 0.44% -
XYZ 8.07 3.9 15.95 -
YUV 45.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 98 5 113 0.13 0.96 0 0.56 291.67 0.92 0.23
Hex 62 5 71 D 60 0 38 124 5C 17
Octal 142 5 161 15 140 0 70 444 134 27
Binary 1100010 101 1110001 1101 1100000 0 111000 100100100 1011100 10111

Color Harmonies of #620571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620571

Black with #620571

Text Example


Text Example

White with #620571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620571; }

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

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

background-color css

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

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

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

border-color css

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

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

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