#871B74

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

Shades of Dark Purple #871B74

Tints of Dark Purple #871B74

Color information

#871B74 (or 0x871B74) is unknown color: approx Dark Purple. HEX triplet: 87, 1B and 74. RGB value is (135,27,116). Sum of RGB (Red+Green+Blue) = 135+27+116=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #871B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871B74 is #78E48B. Grayscale: #454545. Windows color (decimal): -7922828 or 7609223. OLE color: 7609223.

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

Color convert

RGB13527116-
CMYK00.80.140.47
HSL310.56º66.67%31.76%-
HSV(B)310.56º80%52.94%-
XYZ13.547.217.2-
YUV69.44154.28174.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 27 (10.94% from 255) = 9.71%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=48.56%
G=9.71%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352711600.80.140.47310.5666.6731.76
Hex871B74050E2F1374320
Octal207331640120165746710340
Binary100001111101111101000101000011101011111001101111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,27,116); }

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

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

 a { background-color: rgb(135,27,116); }

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

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

 span { border-color: rgb(135,27,116); }

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