Html Css Color HEX #841E76 Dark Purple

📋 copy color: '#841E76'

red 132 ◦ green 30 ◦ blue 118

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

Shades of Dark Purple #841E76

Tints of Dark Purple #841E76

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 47.14%
G = 10.71%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#841E76 (or 0x841E76) is known color: Dark Purple. HEX triplet: 84, 1E and 76. RGB value is (132,30,118). Sum of RGB (Red+Green+Blue) = 132+30+118=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #841E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E76 is #7BE189. Grayscale: #464646. Windows color (decimal): -8118666 or 7741060. OLE color: 7741060.

HSL color Cylindrical-coordinate representation of color #841E76: hue angle of 308.24º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E76 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 30 118 -
CMYK 0 0.77 0.11 0.48
HSL 308.24º 0.63% 0.32% -
HSV(B) 308.24º 0.77% 0.52% -
XYZ 13.25 7.14 17.82 -
YUV 70.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 132 30 118 0 0.77 0.11 0.48 308.24 0.63 0.32
Hex 84 1E 76 0 4D B 30 134 3F 20
Octal 204 36 166 0 115 13 60 464 77 40
Binary 10000100 11110 1110110 0 1001101 1011 110000 100110100 111111 100000

Color Harmonies of #841E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841E76

Black with #841E76

Text Example


Text Example

White with #841E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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