Html Css Color HEX #842979 Dark Purple

📋 copy color: '#842979'

red 132 ◦ green 41 ◦ blue 121

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

Shades of Dark Purple #842979

Tints of Dark Purple #842979

RGB

 RED value IS 132 (51.95% from 255) = 44.9%

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

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

R = 44.9%
G = 13.95%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#842979 (or 0x842979) is known color: Dark Purple. HEX triplet: 84, 29 and 79. RGB value is (132,41,121). Sum of RGB (Red+Green+Blue) = 132+41+121=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #842979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842979 is #7BD686. Grayscale: #4D4D4D. Windows color (decimal): -8115847 or 7940484. OLE color: 7940484.

HSL color Cylindrical-coordinate representation of color #842979: hue angle of 307.25º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #842979 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 41 121 -
CMYK 0 0.69 0.08 0.48
HSL 307.25º 0.53% 0.34% -
HSV(B) 307.25º 0.69% 0.52% -
XYZ 13.76 7.87 18.88 -
YUV 77.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 132 41 121 0 0.69 0.08 0.48 307.25 0.53 0.34
Hex 84 29 79 0 45 8 30 133 35 22
Octal 204 51 171 0 105 10 60 463 65 42
Binary 10000100 101001 1111001 0 1000101 1000 110000 100110011 110101 100010

Color Harmonies of #842979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842979

Black with #842979

Text Example


Text Example

White with #842979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842979; }

 p { color: rgb(132,41,121); }

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

background-color css

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

 a { background-color: rgb(132,41,121); }

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

border-color css

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

 span { border-color: rgb(132,41,121); }

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