#863A70

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

Shades of Dark Purple #863A70

Tints of Dark Purple #863A70

Color information

#863A70 (or 0x863A70) is unknown color: approx Dark Purple. HEX triplet: 86, 3A and 70. RGB value is (134,58,112). Sum of RGB (Red+Green+Blue) = 134+58+112=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #863A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A70 is #79C58F. Grayscale: #565656. Windows color (decimal): -7980432 or 7355014. OLE color: 7355014.

HSL color Cylindrical-coordinate representation of color #863A70: hue angle of 317.37º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A70 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13458112-
CMYK00.570.160.47
HSL317.37º39.58%37.65%-
HSV(B)317.37º56.72%52.55%-
XYZ14.279.2616.37-
YUV86.88142.18161.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=44.08%
G=19.08%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345811200.570.160.47317.3739.5837.65
Hex863A70039102F13d2826
Octal2067216007120574755046
Binary100001101110101110000011100110000101111100111101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863A70; }

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

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

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

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

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

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

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

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