Html Css Color HEX #620171 Purple

📋 copy color: '#620171'

red 98 ◦ green 1 ◦ blue 113

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

Shades of Purple #620171

Tints of Purple #620171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 46.23%
G = 0.47%
B = 53.3%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620171 (or 0x620171) is known color: Purple. HEX triplet: 62, 01 and 71. RGB value is (98,1,113). Sum of RGB (Red+Green+Blue) = 98+1+113=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #620171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620171 is #9DFE8E. Grayscale: #2A2A2A. Windows color (decimal): -10354319 or 7405922. OLE color: 7405922.

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

Color convert

RGB 98 1 113 -
CMYK 0.13 0.99 0 0.56
HSL 291.96º 0.98% 0.22% -
HSV(B) 291.96º 0.99% 0.44% -
XYZ 8.03 3.81 15.94 -
YUV 42.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 98 1 113 0.13 0.99 0 0.56 291.96 0.98 0.22
Hex 62 1 71 D 63 0 38 124 62 16
Octal 142 1 161 15 143 0 70 444 142 26
Binary 1100010 1 1110001 1101 1100011 0 111000 100100100 1100010 10110

Color Harmonies of #620171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620171

Black with #620171

Text Example


Text Example

White with #620171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620171; }

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

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

background-color css

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

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

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

border-color css

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

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

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