#862480

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

Shades of Dark Purple #862480

Tints of Dark Purple #862480

Color information

#862480 (or 0x862480) is unknown color: approx Dark Purple. HEX triplet: 86, 24 and 80. RGB value is (134,36,128). Sum of RGB (Red+Green+Blue) = 134+36+128=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #862480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862480 is #79DB7F. Grayscale: #4B4B4B. Windows color (decimal): -7986048 or 8397958. OLE color: 8397958.

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

Color convert

RGB13436128-
CMYK00.730.040.47
HSL303.67º57.65%33.33%-
HSV(B)303.67º73.13%52.55%-
XYZ14.367.8921.19-
YUV75.79157.47169.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 36 (14.45% from 255) = 12.08%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=44.97%
G=12.08%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343612800.730.040.47303.6757.6533.33
Hex86248004942F1303a21
Octal2064420001114574607241
Binary100001101001001000000001001001100101111100110000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862480; }

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

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

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

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

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

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

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

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