#862170

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

Shades of Dark Purple #862170

Tints of Dark Purple #862170

Color information

#862170 (or 0x862170) is unknown color: approx Dark Purple. HEX triplet: 86, 21 and 70. RGB value is (134,33,112). Sum of RGB (Red+Green+Blue) = 134+33+112=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #862170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862170 is #79DE8F. Grayscale: #474747. Windows color (decimal): -7986832 or 7348614. OLE color: 7348614.

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

Color convert

RGB13433112-
CMYK00.750.160.47
HSL313.07º60.48%32.75%-
HSV(B)313.07º75.37%52.55%-
XYZ13.37.3316.04-
YUV72.2150.46172.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=48.03%
G=11.83%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343311200.750.160.47313.0760.4832.75
Hex86217004B102F1393c21
Octal20641160011320574717441
Binary1000011010000111100000100101110000101111100111001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862170; }

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

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

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

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

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

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

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

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