#871F67

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

Shades of Dark Purple #871F67

Tints of Dark Purple #871F67

Color information

#871F67 (or 0x871F67) is unknown color: approx Dark Purple. HEX triplet: 87, 1F and 67. RGB value is (135,31,103). Sum of RGB (Red+Green+Blue) = 135+31+103=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #871F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871F67 is #78E098. Grayscale: #464646. Windows color (decimal): -7921817 or 6758279. OLE color: 6758279.

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

Color convert

RGB13531103-
CMYK00.770.240.47
HSL318.46º62.65%32.55%-
HSV(B)318.46º77.04%52.94%-
XYZ12.937.1113.52-
YUV70.3146.46174.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 103 (40.62% from 255) = 38.29%
R=50.19%
G=11.52%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353110300.770.240.47318.4662.6532.55
Hex871F6704D182F13e3f21
Octal20737147011530574767741
Binary100001111111111001110100110111000101111100111110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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