#863370

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

Shades of Dark Purple #863370

Tints of Dark Purple #863370

Color information

#863370 (or 0x863370) is unknown color: approx Dark Purple. HEX triplet: 86, 33 and 70. RGB value is (134,51,112). Sum of RGB (Red+Green+Blue) = 134+51+112=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #863370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863370 is #79CC8F. Grayscale: #525252. Windows color (decimal): -7982224 or 7353222. OLE color: 7353222.

HSL color Cylindrical-coordinate representation of color #863370: hue angle of 315.9º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863370 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13451112-
CMYK00.620.160.47
HSL315.9º44.86%36.27%-
HSV(B)315.9º61.94%52.55%-
XYZ13.948.6116.26-
YUV82.77144.5164.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=45.12%
G=17.17%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345111200.620.160.47315.944.8636.27
Hex86337003E102F13c2d24
Octal2066316007620574745544
Binary100001101100111110000011111010000101111100111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863370; }

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

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

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

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

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

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

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

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