#87257B

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

Shades of Dark Purple #87257B

Tints of Dark Purple #87257B

Color information

#87257B (or 0x87257B) is unknown color: approx Dark Purple. HEX triplet: 87, 25 and 7B. RGB value is (135,37,123). Sum of RGB (Red+Green+Blue) = 135+37+123=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87257B is #78DA84. Grayscale: #4B4B4B. Windows color (decimal): -7920261 or 8070535. OLE color: 8070535.

HSL color Cylindrical-coordinate representation of color #87257B: hue angle of 307.35º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87257B is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13537123-
CMYK00.730.090.47
HSL307.35º56.98%33.73%-
HSV(B)307.35º72.59%52.94%-
XYZ14.237.919.51-
YUV76.11154.47170.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=45.76%
G=12.54%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353712300.730.090.47307.3556.9833.73
Hex87257B04992F1333922
Octal20745173011111574637142
Binary100001111001011111011010010011001101111100110011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87257B; }

 p { color: rgb(135,37,123); }

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

<style>
 a { background-color: #87257B; }

 a { background-color: rgb(135,37,123); }

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

<style>
 span { border-color: #87257B; }

 span { border-color: rgb(135,37,123); }

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