Html Css Color HEX #841173 Dark Purple

📋 copy color: '#841173'

red 132 ◦ green 17 ◦ blue 115

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

Shades of Dark Purple #841173

Tints of Dark Purple #841173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 50%
G = 6.44%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#841173 (or 0x841173) is known color: Dark Purple. HEX triplet: 84, 11 and 73. RGB value is (132,17,115). Sum of RGB (Red+Green+Blue) = 132+17+115=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #841173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841173 is #7BEE8C. Grayscale: #3E3E3E. Windows color (decimal): -8121997 or 7541124. OLE color: 7541124.

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

Color convert

RGB 132 17 115 -
CMYK 0 0.87 0.13 0.48
HSL 308.87º 0.77% 0.29% -
HSV(B) 308.87º 0.87% 0.52% -
XYZ 12.81 6.54 16.81 -
YUV 62.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 132 17 115 0 0.87 0.13 0.48 308.87 0.77 0.29
Hex 84 11 73 0 57 D 30 135 4D 1D
Octal 204 21 163 0 127 15 60 465 115 35
Binary 10000100 10001 1110011 0 1010111 1101 110000 100110101 1001101 11101

Color Harmonies of #841173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841173

Black with #841173

Text Example


Text Example

White with #841173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841173; }

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

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

background-color css

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

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

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

border-color css

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

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

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