#861370

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

Shades of Dark Purple #861370

Tints of Dark Purple #861370

Color information

#861370 (or 0x861370) is unknown color: approx Dark Purple. HEX triplet: 86, 13 and 70. RGB value is (134,19,112). Sum of RGB (Red+Green+Blue) = 134+19+112=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #861370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861370 is #79EC8F. Grayscale: #3F3F3F. Windows color (decimal): -7990416 or 7345030. OLE color: 7345030.

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

Color convert

RGB13419112-
CMYK00.860.160.47
HSL311.48º75.16%30%-
HSV(B)311.48º85.82%52.55%-
XYZ12.996.715.94-
YUV63.99155.1177.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 19 (7.81% from 255) = 7.17%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=50.57%
G=7.17%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341911200.860.160.47311.4875.1630
Hex861370056102F1374b1e
Octal206231600126205746711336
Binary100001101001111100000101011010000101111100110111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861370; }

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

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

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

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

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

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

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

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