#862370

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

Shades of Dark Purple #862370

Tints of Dark Purple #862370

Color information

#862370 (or 0x862370) is unknown color: approx Dark Purple. HEX triplet: 86, 23 and 70. RGB value is (134,35,112). Sum of RGB (Red+Green+Blue) = 134+35+112=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #862370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862370 is #79DC8F. Grayscale: #494949. Windows color (decimal): -7986320 or 7349126. OLE color: 7349126.

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

Color convert

RGB13435112-
CMYK00.740.160.47
HSL313.33º58.58%33.14%-
HSV(B)313.33º73.88%52.55%-
XYZ13.367.4416.06-
YUV73.38149.8171.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=47.69%
G=12.46%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343511200.740.160.47313.3358.5833.14
Hex86237004A102F1393b21
Octal20643160011220574717341
Binary1000011010001111100000100101010000101111100111001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862370; }

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

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

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

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

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

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

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

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