#862781

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

Shades of Dark Purple #862781

Tints of Dark Purple #862781

Color information

#862781 (or 0x862781) is unknown color: approx Dark Purple. HEX triplet: 86, 27 and 81. RGB value is (134,39,129). Sum of RGB (Red+Green+Blue) = 134+39+129=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #862781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862781 is #79D87E. Grayscale: #4D4D4D. Windows color (decimal): -7985279 or 8464262. OLE color: 8464262.

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

Color convert

RGB13439129-
CMYK00.710.040.47
HSL303.16º54.91%33.92%-
HSV(B)303.16º70.9%52.55%-
XYZ14.528.121.57-
YUV77.66156.97168.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=44.37%
G=12.91%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343912900.710.040.47303.1654.9133.92
Hex86278104742F12f3722
Octal2064720101074574576742
Binary100001101001111000000101000111100101111100101111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862781; }

 p { color: rgb(134,39,129); }

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

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

 a { background-color: rgb(134,39,129); }

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

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

 span { border-color: rgb(134,39,129); }

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