Shades of Dark Purple #851B71
Tints of Dark Purple #851B71
RGB
CMYK
RGB Variations
Color information
#851B71 (or 0x851B71) is known color: Dark Purple. HEX triplet: 85, 1B and 71. RGB value is (133,27,113). Sum of RGB (Red+Green+Blue) = 133+27+113=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #851B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851B71 is #7AE48E. Grayscale: #444444. Windows color (decimal): -8053903 or 7412613. OLE color: 7412613.
HSL color Cylindrical-coordinate representation of color #851B71: hue angle of 311.32º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851B71 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 113 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.48 |
| HSL | 311.32º | 0.66% | 0.31% | - |
| HSV(B) | 311.32º | 0.8% | 0.52% | - |
| XYZ | 13.05 | 6.96 | 16.28 | - |
| YUV | 68.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 113 | 0 | 0.80 | 0.15 | 0.48 | 311.32 | 0.66 | 0.31 |
| Hex | 85 | 1B | 71 | 0 | 50 | F | 30 | 137 | 42 | 1F |
| Octal | 205 | 33 | 161 | 0 | 120 | 17 | 60 | 467 | 102 | 37 |
| Binary | 10000101 | 11011 | 1110001 | 0 | 1010000 | 1111 | 110000 | 100110111 | 1000010 | 11111 |
Color Harmonies of #851B71
Complementary color
Monochromatic Colors of #851B71
Black with #851B71
Text Example
Text Example
White with #851B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B71; }
p { color: rgb(133,27,113); }
H1.HeaderClassName
{
color: #851B71;
}
.AnyTagClassName
{
color: #851B71;
}
</style>
background-color css
<style>
a { background-color: #851B71; }
a { background-color: rgb(133,27,113); }
div.DivClassName
{
background-color: #851B71;
}
.BgClassName
{
background-color: #851B71;
}
</style>
border-color css
<style>
span { border-color: #851B71; }
span { border-color: rgb(133,27,113); }
td.TdClassName
{
border-color: #851B71;
}
.TagClassName
{
border-color: #851B71;
}
</style>