Html Css Color HEX #840D76 Dark Purple

📋 copy color: '#840D76'

red 132 ◦ green 13 ◦ blue 118

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

Shades of Dark Purple #840D76

Tints of Dark Purple #840D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.94%

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

R = 50.19%
G = 4.94%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#840D76 (or 0x840D76) is known color: Dark Purple. HEX triplet: 84, 0D and 76. RGB value is (132,13,118). Sum of RGB (Red+Green+Blue) = 132+13+118=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #840D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D76 is #7BF289. Grayscale: #3C3C3C. Windows color (decimal): -8123018 or 7736708. OLE color: 7736708.

HSL color Cylindrical-coordinate representation of color #840D76: hue angle of 307.06º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D76 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 118 -
CMYK 0 0.90 0.11 0.48
HSL 307.06º 0.82% 0.28% -
HSV(B) 307.06º 0.9% 0.52% -
XYZ 12.93 6.5 17.71 -
YUV 60.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 132 13 118 0 0.90 0.11 0.48 307.06 0.82 0.28
Hex 84 D 76 0 5A B 30 133 52 1C
Octal 204 15 166 0 132 13 60 463 122 34
Binary 10000100 1101 1110110 0 1011010 1011 110000 100110011 1010010 11100

Color Harmonies of #840D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D76

Black with #840D76

Text Example


Text Example

White with #840D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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