#871E6F

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

Shades of Dark Purple #871E6F

Tints of Dark Purple #871E6F

Color information

#871E6F (or 0x871E6F) is unknown color: approx Dark Purple. HEX triplet: 87, 1E and 6F. RGB value is (135,30,111). Sum of RGB (Red+Green+Blue) = 135+30+111=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #871E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871E6F is #78E190. Grayscale: #464646. Windows color (decimal): -7922065 or 7282311. OLE color: 7282311.

HSL color Cylindrical-coordinate representation of color #871E6F: hue angle of 313.71º 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 #871E6F is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13530111-
CMYK00.780.180.47
HSL313.71º63.64%32.35%-
HSV(B)313.71º77.78%52.94%-
XYZ13.337.2315.73-
YUV70.63150.79173.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=48.91%
G=10.87%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353011100.780.180.47313.7163.6432.35
Hex871E6F04E122F13a4020
Octal207361570116225747210040
Binary1000011111110110111101001110100101011111001110101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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