Shades of Dark Purple #873369
Tints of Dark Purple #873369
RGB
CMYK
RGB Variations
Color information
#873369 (or 0x873369) is known color: Dark Purple. HEX triplet: 87, 33 and 69. RGB value is (135,51,105). Sum of RGB (Red+Green+Blue) = 135+51+105=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #873369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873369 is #78CC96. Grayscale: #525252. Windows color (decimal): -7916695 or 6894471. OLE color: 6894471.
HSL color Cylindrical-coordinate representation of color #873369: hue angle of 321.43º 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 #873369 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 51 | 105 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.47 |
| HSL | 321.43º | 0.45% | 0.36% | - |
| HSV(B) | 321.43º | 0.62% | 0.53% | - |
| XYZ | 13.73 | 8.54 | 14.29 | - |
| YUV | 82.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 105 | 0 | 0.62 | 0.22 | 0.47 | 321.43 | 0.45 | 0.36 |
| Hex | 87 | 33 | 69 | 0 | 3E | 16 | 2F | 141 | 2D | 24 |
| Octal | 207 | 63 | 151 | 0 | 76 | 26 | 57 | 501 | 55 | 44 |
| Binary | 10000111 | 110011 | 1101001 | 0 | 111110 | 10110 | 101111 | 101000001 | 101101 | 100100 |
Color Harmonies of #873369
Complementary color
Monochromatic Colors of #873369
Black with #873369
Text Example
Text Example
White with #873369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873369; }
p { color: rgb(135,51,105); }
H1.HeaderClassName
{
color: #873369;
}
.AnyTagClassName
{
color: #873369;
}
</style>
background-color css
<style>
a { background-color: #873369; }
a { background-color: rgb(135,51,105); }
div.DivClassName
{
background-color: #873369;
}
.BgClassName
{
background-color: #873369;
}
</style>
border-color css
<style>
span { border-color: #873369; }
span { border-color: rgb(135,51,105); }
td.TdClassName
{
border-color: #873369;
}
.TagClassName
{
border-color: #873369;
}
</style>