#87307E

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

Shades of Dark Purple #87307E

Tints of Dark Purple #87307E

Color information

#87307E (or 0x87307E) is unknown color: approx Dark Purple. HEX triplet: 87, 30 and 7E. RGB value is (135,48,126). Sum of RGB (Red+Green+Blue) = 135+48+126=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87307E is #78CF81. Grayscale: #525252. Windows color (decimal): -7917442 or 8269959. OLE color: 8269959.

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

Color convert

RGB13548126-
CMYK00.640.070.47
HSL306.21º47.54%35.88%-
HSV(B)306.21º64.44%52.94%-
XYZ14.818.7720.65-
YUV82.9152.32165.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=43.69%
G=15.53%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354812600.640.070.47306.2147.5435.88
Hex87307E04072F1323024
Octal2076017601007574626044
Binary10000111110000111111001000000111101111100110010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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