#861A6E

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

Shades of Dark Purple #861A6E

Tints of Dark Purple #861A6E

Color information

#861A6E (or 0x861A6E) is unknown color: approx Dark Purple. HEX triplet: 86, 1A and 6E. RGB value is (134,26,110). Sum of RGB (Red+Green+Blue) = 134+26+110=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #861A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A6E is #79E591. Grayscale: #434343. Windows color (decimal): -7988626 or 7215750. OLE color: 7215750.

HSL color Cylindrical-coordinate representation of color #861A6E: hue angle of 313.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A6E is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13426110-
CMYK00.810.180.47
HSL313.33º67.5%31.37%-
HSV(B)313.33º80.6%52.55%-
XYZ13.026.9315.4-
YUV67.87151.78175.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.63%
GREEN value IS 26 (10.55% from 255) = 9.63%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=49.63%
G=9.63%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342611000.810.180.47313.3367.531.37
Hex861A6E051122F139441f
Octal206321560121225747110437
Binary100001101101011011100101000110010101111100111001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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