#861F78

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

Shades of Dark Purple #861F78

Tints of Dark Purple #861F78

Color information

#861F78 (or 0x861F78) is unknown color: approx Dark Purple. HEX triplet: 86, 1F and 78. RGB value is (134,31,120). Sum of RGB (Red+Green+Blue) = 134+31+120=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #861F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F78 is #79E087. Grayscale: #474747. Windows color (decimal): -7987336 or 7872390. OLE color: 7872390.

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

Color convert

RGB13431120-
CMYK00.770.100.47
HSL308.16º62.42%32.35%-
HSV(B)308.16º76.87%52.55%-
XYZ13.717.418.48-
YUV71.94155.12172.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=47.02%
G=10.88%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343112000.770.100.47308.1662.4232.35
Hex861F7804DA2F1343e20
Octal20637170011512574647640
Binary10000110111111111000010011011010101111100110100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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