Html Css Color HEX #841376 Dark Purple

📋 copy color: '#841376'

red 132 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #841376

Tints of Dark Purple #841376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 49.07%
G = 7.06%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#841376 (or 0x841376) is known color: Dark Purple. HEX triplet: 84, 13 and 76. RGB value is (132,19,118). Sum of RGB (Red+Green+Blue) = 132+19+118=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #841376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841376 is #7BEC89. Grayscale: #3F3F3F. Windows color (decimal): -8121482 or 7738244. OLE color: 7738244.

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

Color convert

RGB 132 19 118 -
CMYK 0 0.86 0.11 0.48
HSL 307.43º 0.75% 0.3% -
HSV(B) 307.43º 0.86% 0.52% -
XYZ 13.02 6.68 17.74 -
YUV 64.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 132 19 118 0 0.86 0.11 0.48 307.43 0.75 0.3
Hex 84 13 76 0 56 B 30 133 4B 1E
Octal 204 23 166 0 126 13 60 463 113 36
Binary 10000100 10011 1110110 0 1010110 1011 110000 100110011 1001011 11110

Color Harmonies of #841376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841376

Black with #841376

Text Example


Text Example

White with #841376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841376; }

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

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

background-color css

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

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

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

border-color css

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

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

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