#87307C

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

Shades of Dark Purple #87307C

Tints of Dark Purple #87307C

Color information

#87307C (or 0x87307C) is unknown color: approx Dark Purple. HEX triplet: 87, 30 and 7C. RGB value is (135,48,124). Sum of RGB (Red+Green+Blue) = 135+48+124=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #87307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87307C is #78CF83. Grayscale: #525252. Windows color (decimal): -7917444 or 8138887. OLE color: 8138887.

HSL color Cylindrical-coordinate representation of color #87307C: hue angle of 307.59º degrees, saturation: 0.48, 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 #87307C is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13548124-
CMYK00.640.080.47
HSL307.59º47.54%35.88%-
HSV(B)307.59º64.44%52.94%-
XYZ14.698.7219.98-
YUV82.68151.32165.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=43.97%
G=15.64%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354812400.640.080.47307.5947.5435.88
Hex87307C04082F1343024
Octal20760174010010574646044
Binary100001111100001111100010000001000101111100110100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87307C; }

 p { color: rgb(135,48,124); }

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

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

 a { background-color: rgb(135,48,124); }

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

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

 span { border-color: rgb(135,48,124); }

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