Html Css Color HEX #822976 Dark Purple

📋 copy color: '#822976'

red 130 ◦ green 41 ◦ blue 118

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

Shades of Dark Purple #822976

Tints of Dark Purple #822976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 118 (46.48% from 255) = 40.83%

R = 44.98%
G = 14.19%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#822976 (or 0x822976) is known color: Dark Purple. HEX triplet: 82, 29 and 76. RGB value is (130,41,118). Sum of RGB (Red+Green+Blue) = 130+41+118=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #822976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822976 is #7DD689. Grayscale: #4C4C4C. Windows color (decimal): -8246922 or 7743874. OLE color: 7743874.

HSL color Cylindrical-coordinate representation of color #822976: hue angle of 308.09º degrees, saturation: 0.52, 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 #822976 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 41 118 -
CMYK 0 0.68 0.09 0.49
HSL 308.09º 0.52% 0.34% -
HSV(B) 308.09º 0.68% 0.51% -
XYZ 13.27 7.64 17.91 -
YUV 76.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 130 41 118 0 0.68 0.09 0.49 308.09 0.52 0.34
Hex 82 29 76 0 44 9 31 134 34 22
Octal 202 51 166 0 104 11 61 464 64 42
Binary 10000010 101001 1110110 0 1000100 1001 110001 100110100 110100 100010

Color Harmonies of #822976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822976

Black with #822976

Text Example


Text Example

White with #822976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822976; }

 p { color: rgb(130,41,118); }

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

background-color css

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

 a { background-color: rgb(130,41,118); }

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

border-color css

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

 span { border-color: rgb(130,41,118); }

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