#861E6E

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

Shades of Dark Purple #861E6E

Tints of Dark Purple #861E6E

Color information

#861E6E (or 0x861E6E) is unknown color: approx Dark Purple. HEX triplet: 86, 1E and 6E. RGB value is (134,30,110). Sum of RGB (Red+Green+Blue) = 134+30+110=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #861E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E6E is #79E191. Grayscale: #454545. Windows color (decimal): -7987602 or 7216774. OLE color: 7216774.

HSL color Cylindrical-coordinate representation of color #861E6E: hue angle of 313.85º degrees, saturation: 0.63, 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 #861E6E is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13430110-
CMYK00.780.180.47
HSL313.85º63.41%32.16%-
HSV(B)313.85º77.61%52.55%-
XYZ13.117.1215.44-
YUV70.22150.46173.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=48.91%
G=10.95%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343011000.780.180.47313.8563.4132.16
Hex861E6E04E122F13a3f20
Octal20636156011622574727740
Binary100001101111011011100100111010010101111100111010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,30,110); }

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

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

 a { background-color: rgb(134,30,110); }

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

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

 span { border-color: rgb(134,30,110); }

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