Shades of Dark Purple #851B7A
Tints of Dark Purple #851B7A
RGB
CMYK
RGB Variations
Color information
#851B7A (or 0x851B7A) is known color: Dark Purple. HEX triplet: 85, 1B and 7A. RGB value is (133,27,122). Sum of RGB (Red+Green+Blue) = 133+27+122=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #851B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851B7A is #7AE485. Grayscale: #454545. Windows color (decimal): -8053894 or 8002437. OLE color: 8002437.
HSL color Cylindrical-coordinate representation of color #851B7A: hue angle of 306.23º 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 #851B7A is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 122 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.48 |
| HSL | 306.23º | 0.66% | 0.31% | - |
| HSV(B) | 306.23º | 0.8% | 0.52% | - |
| XYZ | 13.58 | 7.18 | 19.08 | - |
| YUV | 69.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 122 | 0 | 0.80 | 0.08 | 0.48 | 306.23 | 0.66 | 0.31 |
| Hex | 85 | 1B | 7A | 0 | 50 | 8 | 30 | 132 | 42 | 1F |
| Octal | 205 | 33 | 172 | 0 | 120 | 10 | 60 | 462 | 102 | 37 |
| Binary | 10000101 | 11011 | 1111010 | 0 | 1010000 | 1000 | 110000 | 100110010 | 1000010 | 11111 |
Color Harmonies of #851B7A
Complementary color
Monochromatic Colors of #851B7A
Black with #851B7A
Text Example
Text Example
White with #851B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B7A; }
p { color: rgb(133,27,122); }
H1.HeaderClassName
{
color: #851B7A;
}
.AnyTagClassName
{
color: #851B7A;
}
</style>
background-color css
<style>
a { background-color: #851B7A; }
a { background-color: rgb(133,27,122); }
div.DivClassName
{
background-color: #851B7A;
}
.BgClassName
{
background-color: #851B7A;
}
</style>
border-color css
<style>
span { border-color: #851B7A; }
span { border-color: rgb(133,27,122); }
td.TdClassName
{
border-color: #851B7A;
}
.TagClassName
{
border-color: #851B7A;
}
</style>