#861978

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

Shades of Dark Purple #861978

Tints of Dark Purple #861978

Color information

#861978 (or 0x861978) is unknown color: approx Dark Purple. HEX triplet: 86, 19 and 78. RGB value is (134,25,120). Sum of RGB (Red+Green+Blue) = 134+25+120=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #861978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861978 is #79E687. Grayscale: #444444. Windows color (decimal): -7988872 or 7870854. OLE color: 7870854.

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

Color convert

RGB13425120-
CMYK00.810.100.47
HSL307.71º68.55%31.18%-
HSV(B)307.71º81.34%52.55%-
XYZ13.577.1218.43-
YUV68.42157.11174.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=48.03%
G=8.96%
B=43.01%

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
Decimal1342512000.810.100.47307.7168.5531.18
Hex861978051A2F134451f
Octal206311700121125746410537
Binary10000110110011111000010100011010101111100110100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861978; }

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

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

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

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

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

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

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

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