Html Css Color HEX #822A71 Dark Purple

📋 copy color: '#822A71'

red 130 ◦ green 42 ◦ blue 113

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

Shades of Dark Purple #822A71

Tints of Dark Purple #822A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

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

R = 45.61%
G = 14.74%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#822A71 (or 0x822A71) is known color: Dark Purple. HEX triplet: 82, 2A and 71. RGB value is (130,42,113). Sum of RGB (Red+Green+Blue) = 130+42+113=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #822A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822A71 is #7DD58E. Grayscale: #4C4C4C. Windows color (decimal): -8246671 or 7416450. OLE color: 7416450.

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

Color convert

RGB 130 42 113 -
CMYK 0 0.68 0.13 0.49
HSL 311.59º 0.51% 0.34% -
HSV(B) 311.59º 0.68% 0.51% -
XYZ 13.01 7.59 16.4 -
YUV 76.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 130 42 113 0 0.68 0.13 0.49 311.59 0.51 0.34
Hex 82 2A 71 0 44 D 31 138 33 22
Octal 202 52 161 0 104 15 61 470 63 42
Binary 10000010 101010 1110001 0 1000100 1101 110001 100111000 110011 100010

Color Harmonies of #822A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822A71

Black with #822A71

Text Example


Text Example

White with #822A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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