Html Css Color HEX #861D6F Dark Purple

📋 copy color: '#861D6F'

red 134 ◦ green 29 ◦ blue 111

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

Shades of Dark Purple #861D6F

Tints of Dark Purple #861D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 48.91%
G = 10.58%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#861D6F (or 0x861D6F) is known color: Dark Purple. HEX triplet: 86, 1D and 6F. RGB value is (134,29,111). Sum of RGB (Red+Green+Blue) = 134+29+111=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #861D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D6F is #79E290. Grayscale: #454545. Windows color (decimal): -7987857 or 7282054. OLE color: 7282054.

HSL color Cylindrical-coordinate representation of color #861D6F: hue angle of 313.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 #861D6F is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 29 111 -
CMYK 0 0.78 0.17 0.47
HSL 313.14º 0.64% 0.32% -
HSV(B) 313.14º 0.78% 0.53% -
XYZ 13.14 7.09 15.72 -
YUV 69.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 134 29 111 0 0.78 0.17 0.47 313.14 0.64 0.32
Hex 86 1D 6F 0 4E 11 2F 139 40 20
Octal 206 35 157 0 116 21 57 471 100 40
Binary 10000110 11101 1101111 0 1001110 10001 101111 100111001 1000000 100000

Color Harmonies of #861D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D6F

Black with #861D6F

Text Example


Text Example

White with #861D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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