#861270

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

Shades of Dark Purple #861270

Tints of Dark Purple #861270

Color information

#861270 (or 0x861270) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 70. RGB value is (134,18,112). Sum of RGB (Red+Green+Blue) = 134+18+112=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #861270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861270 is #79ED8F. Grayscale: #3F3F3F. Windows color (decimal): -7990672 or 7344774. OLE color: 7344774.

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

Color convert

RGB13418112-
CMYK00.870.160.47
HSL311.38º76.32%29.8%-
HSV(B)311.38º86.57%52.55%-
XYZ12.976.6715.93-
YUV63.4155.43178.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=50.76%
G=6.82%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341811200.870.160.47311.3876.3229.8
Hex861270057102F1374c1e
Octal206221600127205746711436
Binary100001101001011100000101011110000101111100110111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861270; }

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

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

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

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

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

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

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

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