#862381

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

Shades of Dark Purple #862381

Tints of Dark Purple #862381

Color information

#862381 (or 0x862381) is unknown color: approx Dark Purple. HEX triplet: 86, 23 and 81. RGB value is (134,35,129). Sum of RGB (Red+Green+Blue) = 134+35+129=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #862381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862381 is #79DC7E. Grayscale: #4B4B4B. Windows color (decimal): -7986303 or 8463238. OLE color: 8463238.

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

Color convert

RGB13435129-
CMYK00.740.040.47
HSL303.03º58.58%33.14%-
HSV(B)303.03º73.88%52.55%-
XYZ14.397.8621.53-
YUV75.32158.3169.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=44.97%
G=11.74%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343512900.740.040.47303.0358.5833.14
Hex86238104A42F12f3b21
Octal2064320101124574577341
Binary100001101000111000000101001010100101111100101111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862381; }

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

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

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

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

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

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

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

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