#861571

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

Shades of Dark Purple #861571

Tints of Dark Purple #861571

Color information

#861571 (or 0x861571) is unknown color: approx Dark Purple. HEX triplet: 86, 15 and 71. RGB value is (134,21,113). Sum of RGB (Red+Green+Blue) = 134+21+113=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #861571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861571 is #79EA8E. Grayscale: #414141. Windows color (decimal): -7989903 or 7411078. OLE color: 7411078.

HSL color Cylindrical-coordinate representation of color #861571: hue angle of 311.15º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861571 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13421113-
CMYK00.840.160.47
HSL311.15º72.9%30.39%-
HSV(B)311.15º84.33%52.55%-
XYZ13.086.816.25-
YUV65.27154.94177.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=50%
G=7.84%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342111300.840.160.47311.1572.930.39
Hex861571054102F137491e
Octal206251610124205746711136
Binary100001101010111100010101010010000101111100110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861571; }

 p { color: rgb(134,21,113); }

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

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

 a { background-color: rgb(134,21,113); }

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

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

 span { border-color: rgb(134,21,113); }

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