Html Css Color HEX #842080 Dark Purple

📋 copy color: '#842080'

red 132 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #842080

Tints of Dark Purple #842080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 128 (50.39% from 255) = 43.84%

R = 45.21%
G = 10.96%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#842080 (or 0x842080) is known color: Dark Purple. HEX triplet: 84, 20 and 80. RGB value is (132,32,128). Sum of RGB (Red+Green+Blue) = 132+32+128=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #842080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842080 is #7BDF7F. Grayscale: #484848. Windows color (decimal): -8118144 or 8396932. OLE color: 8396932.

HSL color Cylindrical-coordinate representation of color #842080: hue angle of 302.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842080 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 128 -
CMYK 0 0.76 0.03 0.48
HSL 302.4º 0.61% 0.32% -
HSV(B) 302.4º 0.76% 0.52% -
XYZ 13.93 7.5 21.14 -
YUV 72.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 132 32 128 0 0.76 0.03 0.48 302.4 0.61 0.32
Hex 84 20 80 0 4C 3 30 12E 3D 20
Octal 204 40 200 0 114 3 60 456 75 40
Binary 10000100 100000 10000000 0 1001100 11 110000 100101110 111101 100000

Color Harmonies of #842080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842080

Black with #842080

Text Example


Text Example

White with #842080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842080; }

 p { color: rgb(132,32,128); }

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

background-color css

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

 a { background-color: rgb(132,32,128); }

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

border-color css

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

 span { border-color: rgb(132,32,128); }

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