#861c6f

Color #861C6F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #861C6F

Tints of Dark Purple #861C6F

Color information

#861C6F (or 0x861C6F) is unknown color: approx Dark Purple. HEX triplet: 86, 1C and 6F. RGB value is (134,28,111). Sum of RGB (Red+Green+Blue) = 134+28+111=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #861C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861C6F is #79E390. Grayscale: #444444. Windows color (decimal): -7988113 or 7281798. OLE color: 7281798.

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

Color convert

RGB13428111-
CMYK00.790.170.47
HSL313.02º65.43%31.76%-
HSV(B)313.02º79.1%52.55%-
XYZ13.127.0515.71-
YUV69.16151.62174.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=49.08%
G=10.26%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342811100.790.170.47313.0265.4331.76
Hex861C6F04F112F1394120
Octal206341570117215747110140
Binary1000011011100110111101001111100011011111001110011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #861c6f;
 }
 .AnyTagClassName
 {
   color: #861c6f;
 }
</style>
background-color css

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

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

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

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

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

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