#87317A

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

Shades of Dark Purple #87317A

Tints of Dark Purple #87317A

Color information

#87317A (or 0x87317A) is unknown color: approx Dark Purple. HEX triplet: 87, 31 and 7A. RGB value is (135,49,122). Sum of RGB (Red+Green+Blue) = 135+49+122=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #87317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87317A is #78CE85. Grayscale: #525252. Windows color (decimal): -7917190 or 8008071. OLE color: 8008071.

HSL color Cylindrical-coordinate representation of color #87317A: hue angle of 309.07º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87317A is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13549122-
CMYK00.640.100.47
HSL309.07º46.74%36.08%-
HSV(B)309.07º63.7%52.94%-
XYZ14.68.7519.33-
YUV83.04149.99165.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=44.12%
G=16.01%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354912200.640.100.47309.0746.7436.08
Hex87317A040A2F1352f24
Octal20761172010012574655744
Binary100001111100011111010010000001010101111100110101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87317A; }

 p { color: rgb(135,49,122); }

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

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

 a { background-color: rgb(135,49,122); }

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

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

 span { border-color: rgb(135,49,122); }

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