Html Css Color HEX #841177 Dark Purple

📋 copy color: '#841177'

red 132 ◦ green 17 ◦ blue 119

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

Shades of Dark Purple #841177

Tints of Dark Purple #841177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 49.25%
G = 6.34%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#841177 (or 0x841177) is known color: Dark Purple. HEX triplet: 84, 11 and 77. RGB value is (132,17,119). Sum of RGB (Red+Green+Blue) = 132+17+119=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #841177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841177 is #7BEE88. Grayscale: #3E3E3E. Windows color (decimal): -8121993 or 7803268. OLE color: 7803268.

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

Color convert

RGB 132 17 119 -
CMYK 0 0.87 0.10 0.48
HSL 306.78º 0.77% 0.29% -
HSV(B) 306.78º 0.87% 0.52% -
XYZ 13.05 6.64 18.05 -
YUV 63.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 132 17 119 0 0.87 0.10 0.48 306.78 0.77 0.29
Hex 84 11 77 0 57 A 30 133 4D 1D
Octal 204 21 167 0 127 12 60 463 115 35
Binary 10000100 10001 1110111 0 1010111 1010 110000 100110011 1001101 11101

Color Harmonies of #841177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841177

Black with #841177

Text Example


Text Example

White with #841177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841177; }

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

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

background-color css

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

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

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

border-color css

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

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

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