#862280

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

Shades of Dark Purple #862280

Tints of Dark Purple #862280

Color information

#862280 (or 0x862280) is unknown color: approx Dark Purple. HEX triplet: 86, 22 and 80. RGB value is (134,34,128). Sum of RGB (Red+Green+Blue) = 134+34+128=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #862280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862280 is #79DD7F. Grayscale: #4A4A4A. Windows color (decimal): -7986560 or 8397446. OLE color: 8397446.

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

Color convert

RGB13434128-
CMYK00.750.040.47
HSL303.6º59.52%32.94%-
HSV(B)303.6º74.63%52.55%-
XYZ14.37.7721.17-
YUV74.62158.13170.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 128 (50.39% from 255) = 43.24%
R=45.27%
G=11.49%
B=43.24%

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
Decimal1343412800.750.040.47303.659.5232.94
Hex86228004B42F1303c21
Octal2064220001134574607441
Binary100001101000101000000001001011100101111100110000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862280; }

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

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

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

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

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

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

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

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