Shades of Dark Purple #87297F
Tints of Dark Purple #87297F
RGB
CMYK
RGB Variations
Color information
#87297F (or 0x87297F) is known color: Dark Purple. HEX triplet: 87, 29 and 7F. RGB value is (135,41,127). Sum of RGB (Red+Green+Blue) = 135+41+127=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #87297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87297F is #78D680. Grayscale: #4E4E4E. Windows color (decimal): -7919233 or 8333703. OLE color: 8333703.
HSL color Cylindrical-coordinate representation of color #87297F: hue angle of 305.11º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87297F is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 127 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.47 |
| HSL | 305.11º | 0.53% | 0.35% | - |
| HSV(B) | 305.11º | 0.7% | 0.53% | - |
| XYZ | 14.62 | 8.27 | 20.9 | - |
| YUV | 78.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 127 | 0 | 0.70 | 0.06 | 0.47 | 305.11 | 0.53 | 0.35 |
| Hex | 87 | 29 | 7F | 0 | 46 | 6 | 2F | 131 | 35 | 23 |
| Octal | 207 | 51 | 177 | 0 | 106 | 6 | 57 | 461 | 65 | 43 |
| Binary | 10000111 | 101001 | 1111111 | 0 | 1000110 | 110 | 101111 | 100110001 | 110101 | 100011 |
Color Harmonies of #87297F
Complementary color
Monochromatic Colors of #87297F
Black with #87297F
Text Example
Text Example
White with #87297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87297F; }
p { color: rgb(135,41,127); }
H1.HeaderClassName
{
color: #87297F;
}
.AnyTagClassName
{
color: #87297F;
}
</style>
background-color css
<style>
a { background-color: #87297F; }
a { background-color: rgb(135,41,127); }
div.DivClassName
{
background-color: #87297F;
}
.BgClassName
{
background-color: #87297F;
}
</style>
border-color css
<style>
span { border-color: #87297F; }
span { border-color: rgb(135,41,127); }
td.TdClassName
{
border-color: #87297F;
}
.TagClassName
{
border-color: #87297F;
}
</style>