#871974

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

Shades of Dark Purple #871974

Tints of Dark Purple #871974

Color information

#871974 (or 0x871974) is unknown color: approx Dark Purple. HEX triplet: 87, 19 and 74. RGB value is (135,25,116). Sum of RGB (Red+Green+Blue) = 135+25+116=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #871974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871974 is #78E68B. Grayscale: #444444. Windows color (decimal): -7923340 or 7608711. OLE color: 7608711.

HSL color Cylindrical-coordinate representation of color #871974: hue angle of 310.36º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871974 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13525116-
CMYK00.810.140.47
HSL310.36º68.75%31.37%-
HSV(B)310.36º81.48%52.94%-
XYZ13.497.1117.18-
YUV68.26154.94175.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 25 (10.16% from 255) = 9.06%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=48.91%
G=9.06%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352511600.810.140.47310.3668.7531.37
Hex871974051E2F136451f
Octal207311640121165746610537
Binary10000111110011110100010100011110101111100110110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871974; }

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

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

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

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

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

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

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

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