#87257A

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

Shades of Dark Purple #87257A

Tints of Dark Purple #87257A

Color information

#87257A (or 0x87257A) is unknown color: approx Dark Purple. HEX triplet: 87, 25 and 7A. RGB value is (135,37,122). Sum of RGB (Red+Green+Blue) = 135+37+122=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87257A is #78DA85. Grayscale: #4B4B4B. Windows color (decimal): -7920262 or 8004999. OLE color: 8004999.

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

Color convert

RGB13537122-
CMYK00.730.100.47
HSL307.96º56.98%33.73%-
HSV(B)307.96º72.59%52.94%-
XYZ14.177.8819.19-
YUV75.99153.97170.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=45.92%
G=12.59%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353712200.730.100.47307.9656.9833.73
Hex87257A049A2F1343922
Octal20745172011112574647142
Binary100001111001011111010010010011010101111100110100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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