#862582

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

Shades of Dark Purple #862582

Tints of Dark Purple #862582

Color information

#862582 (or 0x862582) is unknown color: approx Dark Purple. HEX triplet: 86, 25 and 82. RGB value is (134,37,130). Sum of RGB (Red+Green+Blue) = 134+37+130=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #862582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862582 is #79DA7D. Grayscale: #4C4C4C. Windows color (decimal): -7985790 or 8529286. OLE color: 8529286.

HSL color Cylindrical-coordinate representation of color #862582: hue angle of 302.47º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862582 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13437130-
CMYK00.720.030.47
HSL302.47º56.73%33.53%-
HSV(B)302.47º72.39%52.55%-
XYZ14.52821.9-
YUV76.6158.14168.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=44.52%
G=12.29%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343713000.720.030.47302.4756.7333.53
Hex86258204832F12e3922
Octal2064520201103574567142
Binary10000110100101100000100100100011101111100101110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862582; }

 p { color: rgb(134,37,130); }

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

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

 a { background-color: rgb(134,37,130); }

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

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

 span { border-color: rgb(134,37,130); }

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