Html Css Color HEX #841076 Dark Purple

📋 copy color: '#841076'

red 132 ◦ green 16 ◦ blue 118

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

Shades of Dark Purple #841076

Tints of Dark Purple #841076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 49.62%
G = 6.02%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#841076 (or 0x841076) is known color: Dark Purple. HEX triplet: 84, 10 and 76. RGB value is (132,16,118). Sum of RGB (Red+Green+Blue) = 132+16+118=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #841076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841076 is #7BEF89. Grayscale: #3E3E3E. Windows color (decimal): -8122250 or 7737476. OLE color: 7737476.

HSL color Cylindrical-coordinate representation of color #841076: hue angle of 307.24º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841076 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 16 118 -
CMYK 0 0.88 0.11 0.48
HSL 307.24º 0.78% 0.29% -
HSV(B) 307.24º 0.88% 0.52% -
XYZ 12.97 6.58 17.73 -
YUV 62.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 132 16 118 0 0.88 0.11 0.48 307.24 0.78 0.29
Hex 84 10 76 0 58 B 30 133 4E 1D
Octal 204 20 166 0 130 13 60 463 116 35
Binary 10000100 10000 1110110 0 1011000 1011 110000 100110011 1001110 11101

Color Harmonies of #841076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841076

Black with #841076

Text Example


Text Example

White with #841076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841076; }

 p { color: rgb(132,16,118); }

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

background-color css

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

 a { background-color: rgb(132,16,118); }

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

border-color css

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

 span { border-color: rgb(132,16,118); }

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