#87307A

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

Shades of Dark Purple #87307A

Tints of Dark Purple #87307A

Color information

#87307A (or 0x87307A) is unknown color: approx Dark Purple. HEX triplet: 87, 30 and 7A. RGB value is (135,48,122). Sum of RGB (Red+Green+Blue) = 135+48+122=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #87307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87307A is #78CF85. Grayscale: #525252. Windows color (decimal): -7917446 or 8007815. OLE color: 8007815.

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

Color convert

RGB13548122-
CMYK00.640.100.47
HSL308.97º47.54%35.88%-
HSV(B)308.97º64.44%52.94%-
XYZ14.568.6719.32-
YUV82.45150.32165.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 122 (48.05% from 255) = 40%
R=44.26%
G=15.74%
B=40%

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
Decimal1354812200.640.100.47308.9747.5435.88
Hex87307A040A2F1353024
Octal20760172010012574656044
Binary100001111100001111010010000001010101111100110101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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