#871F7B

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

Shades of Dark Purple #871F7B

Tints of Dark Purple #871F7B

Color information

#871F7B (or 0x871F7B) is unknown color: approx Dark Purple. HEX triplet: 87, 1F and 7B. RGB value is (135,31,123). Sum of RGB (Red+Green+Blue) = 135+31+123=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #871F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871F7B is #78E084. Grayscale: #484848. Windows color (decimal): -7921797 or 8068999. OLE color: 8068999.

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

Color convert

RGB13531123-
CMYK00.770.090.47
HSL306.92º62.65%32.55%-
HSV(B)306.92º77.04%52.94%-
XYZ14.067.5619.46-
YUV72.58156.46172.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 31 (12.5% from 255) = 10.73%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=46.71%
G=10.73%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353112300.770.090.47306.9262.6532.55
Hex871F7B04D92F1333f21
Octal20737173011511574637741
Binary10000111111111111011010011011001101111100110011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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