Html Css Color HEX #820171 Purple

📋 copy color: '#820171'

red 130 ◦ green 1 ◦ blue 113

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

Shades of Purple #820171

Tints of Purple #820171

RGB

 RED value IS 130 (51.17% from 255) = 53.28%

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

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

R = 53.28%
G = 0.41%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#820171 (or 0x820171) is known color: Purple. HEX triplet: 82, 01 and 71. RGB value is (130,1,113). Sum of RGB (Red+Green+Blue) = 130+1+113=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #820171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820171 is #7DFE8E. Grayscale: #343434. Windows color (decimal): -8257167 or 7405954. OLE color: 7405954.

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

Color convert

RGB 130 1 113 -
CMYK 0 0.99 0.13 0.49
HSL 307.91º 0.98% 0.26% -
HSV(B) 307.91º 0.99% 0.51% -
XYZ 12.2 5.96 16.13 -
YUV 52.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 130 1 113 0 0.99 0.13 0.49 307.91 0.98 0.26
Hex 82 1 71 0 63 D 31 134 62 1A
Octal 202 1 161 0 143 15 61 464 142 32
Binary 10000010 1 1110001 0 1100011 1101 110001 100110100 1100010 11010

Color Harmonies of #820171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820171

Black with #820171

Text Example


Text Example

White with #820171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820171; }

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

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

background-color css

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

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

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

border-color css

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

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

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