Shades of Dark Purple #873375
Tints of Dark Purple #873375
RGB
CMYK
RGB Variations
Color information
#873375 (or 0x873375) is known color: Dark Purple. HEX triplet: 87, 33 and 75. RGB value is (135,51,117). Sum of RGB (Red+Green+Blue) = 135+51+117=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #873375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873375 is #78CC8A. Grayscale: #535353. Windows color (decimal): -7916683 or 7680903. OLE color: 7680903.
HSL color Cylindrical-coordinate representation of color #873375: hue angle of 312.86º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #873375 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 51 | 117 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.47 |
| HSL | 312.86º | 0.45% | 0.36% | - |
| HSV(B) | 312.86º | 0.62% | 0.53% | - |
| XYZ | 14.39 | 8.8 | 17.77 | - |
| YUV | 83.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 117 | 0 | 0.62 | 0.13 | 0.47 | 312.86 | 0.45 | 0.36 |
| Hex | 87 | 33 | 75 | 0 | 3E | D | 2F | 139 | 2D | 24 |
| Octal | 207 | 63 | 165 | 0 | 76 | 15 | 57 | 471 | 55 | 44 |
| Binary | 10000111 | 110011 | 1110101 | 0 | 111110 | 1101 | 101111 | 100111001 | 101101 | 100100 |
Color Harmonies of #873375
Complementary color
Monochromatic Colors of #873375
Black with #873375
Text Example
Text Example
White with #873375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873375; }
p { color: rgb(135,51,117); }
H1.HeaderClassName
{
color: #873375;
}
.AnyTagClassName
{
color: #873375;
}
</style>
background-color css
<style>
a { background-color: #873375; }
a { background-color: rgb(135,51,117); }
div.DivClassName
{
background-color: #873375;
}
.BgClassName
{
background-color: #873375;
}
</style>
border-color css
<style>
span { border-color: #873375; }
span { border-color: rgb(135,51,117); }
td.TdClassName
{
border-color: #873375;
}
.TagClassName
{
border-color: #873375;
}
</style>