#861A78

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

Shades of Dark Purple #861A78

Tints of Dark Purple #861A78

Color information

#861A78 (or 0x861A78) is unknown color: approx Dark Purple. HEX triplet: 86, 1A and 78. RGB value is (134,26,120). Sum of RGB (Red+Green+Blue) = 134+26+120=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #861A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A78 is #79E587. Grayscale: #444444. Windows color (decimal): -7988616 or 7871110. OLE color: 7871110.

HSL color Cylindrical-coordinate representation of color #861A78: hue angle of 307.78º 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 #861A78 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13426120-
CMYK00.810.100.47
HSL307.78º67.5%31.37%-
HSV(B)307.78º80.6%52.55%-
XYZ13.597.1618.44-
YUV69.01156.78174.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 26 (10.55% from 255) = 9.29%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=47.86%
G=9.29%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342612000.810.100.47307.7867.531.37
Hex861A78051A2F134441f
Octal206321700121125746410437
Binary10000110110101111000010100011010101111100110100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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