Html Css Color HEX #840D77 Dark Purple

📋 copy color: '#840D77'

red 132 ◦ green 13 ◦ blue 119

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

Shades of Dark Purple #840D77

Tints of Dark Purple #840D77

RGB

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

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

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

R = 50%
G = 4.92%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#840D77 (or 0x840D77) is known color: Dark Purple. HEX triplet: 84, 0D and 77. RGB value is (132,13,119). Sum of RGB (Red+Green+Blue) = 132+13+119=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #840D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D77 is #7BF288. Grayscale: #3C3C3C. Windows color (decimal): -8123017 or 7802244. OLE color: 7802244.

HSL color Cylindrical-coordinate representation of color #840D77: hue angle of 306.55º 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 #840D77 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 119 -
CMYK 0 0.90 0.10 0.48
HSL 306.55º 0.82% 0.28% -
HSV(B) 306.55º 0.9% 0.52% -
XYZ 12.99 6.53 18.03 -
YUV 60.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 132 13 119 0 0.90 0.10 0.48 306.55 0.82 0.28
Hex 84 D 77 0 5A A 30 133 52 1C
Octal 204 15 167 0 132 12 60 463 122 34
Binary 10000100 1101 1110111 0 1011010 1010 110000 100110011 1010010 11100

Color Harmonies of #840D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D77

Black with #840D77

Text Example


Text Example

White with #840D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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