#861563

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

Shades of Dark Purple #861563

Tints of Dark Purple #861563

Color information

#861563 (or 0x861563) is unknown color: approx Dark Purple. HEX triplet: 86, 15 and 63. RGB value is (134,21,99). Sum of RGB (Red+Green+Blue) = 134+21+99=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #861563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861563 is #79EA9C. Grayscale: #3F3F3F. Windows color (decimal): -7989917 or 6493574. OLE color: 6493574.

HSL color Cylindrical-coordinate representation of color #861563: hue angle of 318.58º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861563 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB1342199-
CMYK00.840.260.47
HSL318.58º72.9%30.39%-
HSV(B)318.58º84.33%52.55%-
XYZ12.356.5112.41-
YUV63.68147.94178.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=52.76%
G=8.27%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134219900.840.260.47318.5872.930.39
Hex8615630541A2F13f491e
Octal206251430124325747711136
Binary100001101010111000110101010011010101111100111111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861563; }

 p { color: rgb(134,21,99); }

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

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

 a { background-color: rgb(134,21,99); }

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

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

 span { border-color: rgb(134,21,99); }

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