Html Css Color HEX #821071 Dark Purple

📋 copy color: '#821071'

red 130 ◦ green 16 ◦ blue 113

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

Shades of Dark Purple #821071

Tints of Dark Purple #821071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

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

R = 50.19%
G = 6.18%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#821071 (or 0x821071) is known color: Dark Purple. HEX triplet: 82, 10 and 71. RGB value is (130,16,113). Sum of RGB (Red+Green+Blue) = 130+16+113=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #821071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821071 is #7DEF8E. Grayscale: #3C3C3C. Windows color (decimal): -8253327 or 7409794. OLE color: 7409794.

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

Color convert

RGB 130 16 113 -
CMYK 0 0.88 0.13 0.49
HSL 308.95º 0.78% 0.29% -
HSV(B) 308.95º 0.88% 0.51% -
XYZ 12.37 6.31 16.19 -
YUV 61.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 130 16 113 0 0.88 0.13 0.49 308.95 0.78 0.29
Hex 82 10 71 0 58 D 31 135 4E 1D
Octal 202 20 161 0 130 15 61 465 116 35
Binary 10000010 10000 1110001 0 1011000 1101 110001 100110101 1001110 11101

Color Harmonies of #821071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821071

Black with #821071

Text Example


Text Example

White with #821071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821071; }

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

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

background-color css

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

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

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

border-color css

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

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

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