#861570

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

Shades of Dark Purple #861570

Tints of Dark Purple #861570

Color information

#861570 (or 0x861570) is unknown color: approx Dark Purple. HEX triplet: 86, 15 and 70. RGB value is (134,21,112). Sum of RGB (Red+Green+Blue) = 134+21+112=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #861570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861570 is #79EA8F. Grayscale: #404040. Windows color (decimal): -7989904 or 7345542. OLE color: 7345542.

HSL color Cylindrical-coordinate representation of color #861570: hue angle of 311.68º 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 #861570 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13421112-
CMYK00.840.160.47
HSL311.68º72.9%30.39%-
HSV(B)311.68º84.33%52.55%-
XYZ13.026.7715.95-
YUV65.16154.44177.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=50.19%
G=7.87%
B=41.95%

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
Decimal1342111200.840.160.47311.6872.930.39
Hex861570054102F138491e
Octal206251600124205747011136
Binary100001101010111100000101010010000101111100111000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861570; }

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

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

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

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

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

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

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

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