#87317f

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

Shades of Dark Purple #87317F

Tints of Dark Purple #87317F

Color information

#87317F (or 0x87317F) is unknown color: approx Dark Purple. HEX triplet: 87, 31 and 7F. RGB value is (135,49,127). Sum of RGB (Red+Green+Blue) = 135+49+127=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87317F is #78CE80. Grayscale: #535353. Windows color (decimal): -7917185 or 8335751. OLE color: 8335751.

HSL color Cylindrical-coordinate representation of color #87317F: hue angle of 305.58º 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 #87317F is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13549127-
CMYK00.640.060.47
HSL305.58º46.74%36.08%-
HSV(B)305.58º63.7%52.94%-
XYZ14.928.8821.01-
YUV83.61152.49164.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 127 (50% from 255) = 40.84%
R=43.41%
G=15.76%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354912700.640.060.47305.5846.7436.08
Hex87317F04062F1322f24
Octal2076117701006574625744
Binary10000111110001111111101000000110101111100110010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87317f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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