Html Css Color HEX #861D76 Dark Purple

📋 copy color: '#861D76'

red 134 ◦ green 29 ◦ blue 118

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

Shades of Dark Purple #861D76

Tints of Dark Purple #861D76

RGB

 RED value IS 134 (52.73% from 255) = 47.69%

 GREEN value IS 29 (11.72% from 255) = 10.32%

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

R = 47.69%
G = 10.32%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#861D76 (or 0x861D76) is known color: Dark Purple. HEX triplet: 86, 1D and 76. RGB value is (134,29,118). Sum of RGB (Red+Green+Blue) = 134+29+118=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #861D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D76 is #79E289. Grayscale: #464646. Windows color (decimal): -7987850 or 7740806. OLE color: 7740806.

HSL color Cylindrical-coordinate representation of color #861D76: hue angle of 309.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861D76 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 29 118 -
CMYK 0 0.78 0.12 0.47
HSL 309.14º 0.64% 0.32% -
HSV(B) 309.14º 0.78% 0.53% -
XYZ 13.54 7.26 17.83 -
YUV 70.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 134 29 118 0 0.78 0.12 0.47 309.14 0.64 0.32
Hex 86 1D 76 0 4E C 2F 135 40 20
Octal 206 35 166 0 116 14 57 465 100 40
Binary 10000110 11101 1110110 0 1001110 1100 101111 100110101 1000000 100000

Color Harmonies of #861D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D76

Black with #861D76

Text Example


Text Example

White with #861D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,29,118); }

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

background-color css

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

 a { background-color: rgb(134,29,118); }

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

border-color css

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

 span { border-color: rgb(134,29,118); }

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