#871E7B

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

Shades of Dark Purple #871E7B

Tints of Dark Purple #871E7B

Color information

#871E7B (or 0x871E7B) is unknown color: approx Dark Purple. HEX triplet: 87, 1E and 7B. RGB value is (135,30,123). Sum of RGB (Red+Green+Blue) = 135+30+123=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #871E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871E7B is #78E184. Grayscale: #474747. Windows color (decimal): -7922053 or 8068743. OLE color: 8068743.

HSL color Cylindrical-coordinate representation of color #871E7B: hue angle of 306.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871E7B is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13530123-
CMYK00.780.090.47
HSL306.86º63.64%32.35%-
HSV(B)306.86º77.78%52.94%-
XYZ14.037.5119.45-
YUV72156.79172.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 30 (12.11% from 255) = 10.42%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=46.88%
G=10.42%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353012300.780.090.47306.8663.6432.35
Hex871E7B04E92F1334020
Octal207361730116115746310040
Binary100001111111011110110100111010011011111001100111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871E7B; }

 p { color: rgb(135,30,123); }

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

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

 a { background-color: rgb(135,30,123); }

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

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

 span { border-color: rgb(135,30,123); }

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