#862180

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

Shades of Dark Purple #862180

Tints of Dark Purple #862180

Color information

#862180 (or 0x862180) is unknown color: approx Dark Purple. HEX triplet: 86, 21 and 80. RGB value is (134,33,128). Sum of RGB (Red+Green+Blue) = 134+33+128=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #862180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862180 is #79DE7F. Grayscale: #494949. Windows color (decimal): -7986816 or 8397190. OLE color: 8397190.

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

Color convert

RGB13433128-
CMYK00.750.040.47
HSL303.56º60.48%32.75%-
HSV(B)303.56º75.37%52.55%-
XYZ14.277.7121.16-
YUV74.03158.46170.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=45.42%
G=11.19%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343312800.750.040.47303.5660.4832.75
Hex86218004B42F1303c21
Octal2064120001134574607441
Binary100001101000011000000001001011100101111100110000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862180; }

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

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

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

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

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

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

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

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