Shades of Dark Purple #87327B
Tints of Dark Purple #87327B
RGB
CMYK
RGB Variations
Color information
#87327B (or 0x87327B) is known color: Dark Purple. HEX triplet: 87, 32 and 7B. RGB value is (135,50,123). Sum of RGB (Red+Green+Blue) = 135+50+123=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87327B is #78CD84. Grayscale: #535353. Windows color (decimal): -7916933 or 8073863. OLE color: 8073863.
HSL color Cylindrical-coordinate representation of color #87327B: hue angle of 308.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87327B is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 123 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.47 |
| HSL | 308.47º | 0.46% | 0.36% | - |
| HSV(B) | 308.47º | 0.63% | 0.53% | - |
| XYZ | 14.71 | 8.86 | 19.67 | - |
| YUV | 83.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 123 | 0 | 0.63 | 0.09 | 0.47 | 308.47 | 0.46 | 0.36 |
| Hex | 87 | 32 | 7B | 0 | 3F | 9 | 2F | 134 | 2E | 24 |
| Octal | 207 | 62 | 173 | 0 | 77 | 11 | 57 | 464 | 56 | 44 |
| Binary | 10000111 | 110010 | 1111011 | 0 | 111111 | 1001 | 101111 | 100110100 | 101110 | 100100 |
Color Harmonies of #87327B
Complementary color
Monochromatic Colors of #87327B
Black with #87327B
Text Example
Text Example
White with #87327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87327B; }
p { color: rgb(135,50,123); }
H1.HeaderClassName
{
color: #87327B;
}
.AnyTagClassName
{
color: #87327B;
}
</style>
background-color css
<style>
a { background-color: #87327B; }
a { background-color: rgb(135,50,123); }
div.DivClassName
{
background-color: #87327B;
}
.BgClassName
{
background-color: #87327B;
}
</style>
border-color css
<style>
span { border-color: #87327B; }
span { border-color: rgb(135,50,123); }
td.TdClassName
{
border-color: #87327B;
}
.TagClassName
{
border-color: #87327B;
}
</style>