#871563

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

Shades of Dark Purple #871563

Tints of Dark Purple #871563

Color information

#871563 (or 0x871563) is unknown color: approx Dark Purple. HEX triplet: 87, 15 and 63. RGB value is (135,21,99). Sum of RGB (Red+Green+Blue) = 135+21+99=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #871563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871563 is #78EA9C. Grayscale: #3F3F3F. Windows color (decimal): -7924381 or 6493575. OLE color: 6493575.

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

Color convert

RGB1352199-
CMYK00.840.270.47
HSL318.95º73.08%30.59%-
HSV(B)318.95º84.44%52.94%-
XYZ12.516.5912.42-
YUV63.98147.77178.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=52.94%
G=8.24%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135219900.840.270.47318.9573.0830.59
Hex8715630541B2F13f491f
Octal207251430124335747711137
Binary100001111010111000110101010011011101111100111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871563; }

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

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

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

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

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

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

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

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