Shades of Purple #87037D
Tints of Purple #87037D
RGB
CMYK
RGB Variations
Color information
#87037D (or 0x87037D) is known color: Purple. HEX triplet: 87, 03 and 7D. RGB value is (135,3,125). Sum of RGB (Red+Green+Blue) = 135+3+125=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87037D is #78FC82. Grayscale: #383838. Windows color (decimal): -7928963 or 8192903. OLE color: 8192903.
HSL color Cylindrical-coordinate representation of color #87037D: hue angle of 304.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #87037D is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.47 |
| HSL | 304.55º | 0.96% | 0.27% | - |
| HSV(B) | 304.55º | 0.98% | 0.53% | - |
| XYZ | 13.73 | 6.7 | 19.97 | - |
| YUV | 56.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 125 | 0 | 0.98 | 0.07 | 0.47 | 304.55 | 0.96 | 0.27 |
| Hex | 87 | 3 | 7D | 0 | 62 | 7 | 2F | 131 | 60 | 1B |
| Octal | 207 | 3 | 175 | 0 | 142 | 7 | 57 | 461 | 140 | 33 |
| Binary | 10000111 | 11 | 1111101 | 0 | 1100010 | 111 | 101111 | 100110001 | 1100000 | 11011 |
Color Harmonies of #87037D
Complementary color
Monochromatic Colors of #87037D
Black with #87037D
Text Example
Text Example
White with #87037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87037D; }
p { color: rgb(135,3,125); }
H1.HeaderClassName
{
color: #87037D;
}
.AnyTagClassName
{
color: #87037D;
}
</style>
background-color css
<style>
a { background-color: #87037D; }
a { background-color: rgb(135,3,125); }
div.DivClassName
{
background-color: #87037D;
}
.BgClassName
{
background-color: #87037D;
}
</style>
border-color css
<style>
span { border-color: #87037D; }
span { border-color: rgb(135,3,125); }
td.TdClassName
{
border-color: #87037D;
}
.TagClassName
{
border-color: #87037D;
}
</style>