Html Css Color HEX #842077 Dark Purple

📋 copy color: '#842077'

red 132 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #842077

Tints of Dark Purple #842077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 46.64%
G = 11.31%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#842077 (or 0x842077) is known color: Dark Purple. HEX triplet: 84, 20 and 77. RGB value is (132,32,119). Sum of RGB (Red+Green+Blue) = 132+32+119=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #842077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842077 is #7BDF88. Grayscale: #474747. Windows color (decimal): -8118153 or 7807108. OLE color: 7807108.

HSL color Cylindrical-coordinate representation of color #842077: hue angle of 307.8º 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 #842077 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 119 -
CMYK 0 0.76 0.10 0.48
HSL 307.8º 0.61% 0.32% -
HSV(B) 307.8º 0.76% 0.52% -
XYZ 13.36 7.27 18.15 -
YUV 71.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 132 32 119 0 0.76 0.10 0.48 307.8 0.61 0.32
Hex 84 20 77 0 4C A 30 134 3D 20
Octal 204 40 167 0 114 12 60 464 75 40
Binary 10000100 100000 1110111 0 1001100 1010 110000 100110100 111101 100000

Color Harmonies of #842077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842077

Black with #842077

Text Example


Text Example

White with #842077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842077; }

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

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

background-color css

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

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

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

border-color css

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

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

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