Html Css Color HEX #821979 Dark Purple

📋 copy color: '#821979'

red 130 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #821979

Tints of Dark Purple #821979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 47.1%
G = 9.06%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#821979 (or 0x821979) is known color: Dark Purple. HEX triplet: 82, 19 and 79. RGB value is (130,25,121). Sum of RGB (Red+Green+Blue) = 130+25+121=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #821979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821979 is #7DE686. Grayscale: #434343. Windows color (decimal): -8251015 or 7936386. OLE color: 7936386.

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

Color convert

RGB 130 25 121 -
CMYK 0 0.81 0.07 0.49
HSL 305.14º 0.68% 0.3% -
HSV(B) 305.14º 0.81% 0.51% -
XYZ 13 6.82 18.72 -
YUV 67.34 158.29 172.69 -
System Red Green Blue C M Y K H S L
Decimal 130 25 121 0 0.81 0.07 0.49 305.14 0.68 0.3
Hex 82 19 79 0 51 7 31 131 44 1E
Octal 202 31 171 0 121 7 61 461 104 36
Binary 10000010 11001 1111001 0 1010001 111 110001 100110001 1000100 11110

Color Harmonies of #821979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821979

Black with #821979

Text Example


Text Example

White with #821979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821979; }

 p { color: rgb(130,25,121); }

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

background-color css

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

 a { background-color: rgb(130,25,121); }

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

border-color css

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

 span { border-color: rgb(130,25,121); }

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