Shades of Dark Purple #851873
Tints of Dark Purple #851873
RGB
CMYK
RGB Variations
Color information
#851873 (or 0x851873) is known color: Dark Purple. HEX triplet: 85, 18 and 73. RGB value is (133,24,115). Sum of RGB (Red+Green+Blue) = 133+24+115=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #851873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851873 is #7AE78C. Grayscale: #424242. Windows color (decimal): -8054669 or 7542917. OLE color: 7542917.
HSL color Cylindrical-coordinate representation of color #851873: hue angle of 309.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851873 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 115 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.48 |
| HSL | 309.91º | 0.69% | 0.31% | - |
| HSV(B) | 309.91º | 0.82% | 0.52% | - |
| XYZ | 13.09 | 6.88 | 16.86 | - |
| YUV | 66.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 115 | 0 | 0.82 | 0.14 | 0.48 | 309.91 | 0.69 | 0.31 |
| Hex | 85 | 18 | 73 | 0 | 52 | E | 30 | 136 | 45 | 1F |
| Octal | 205 | 30 | 163 | 0 | 122 | 16 | 60 | 466 | 105 | 37 |
| Binary | 10000101 | 11000 | 1110011 | 0 | 1010010 | 1110 | 110000 | 100110110 | 1000101 | 11111 |
Color Harmonies of #851873
Complementary color
Monochromatic Colors of #851873
Black with #851873
Text Example
Text Example
White with #851873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851873; }
p { color: rgb(133,24,115); }
H1.HeaderClassName
{
color: #851873;
}
.AnyTagClassName
{
color: #851873;
}
</style>
background-color css
<style>
a { background-color: #851873; }
a { background-color: rgb(133,24,115); }
div.DivClassName
{
background-color: #851873;
}
.BgClassName
{
background-color: #851873;
}
</style>
border-color css
<style>
span { border-color: #851873; }
span { border-color: rgb(133,24,115); }
td.TdClassName
{
border-color: #851873;
}
.TagClassName
{
border-color: #851873;
}
</style>