Shades of Dark Purple #851270
Tints of Dark Purple #851270
RGB
CMYK
RGB Variations
Color information
#851270 (or 0x851270) is known color: Dark Purple. HEX triplet: 85, 12 and 70. RGB value is (133,18,112). Sum of RGB (Red+Green+Blue) = 133+18+112=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #851270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851270 is #7AED8F. Grayscale: #3E3E3E. Windows color (decimal): -8056208 or 7344773. OLE color: 7344773.
HSL color Cylindrical-coordinate representation of color #851270: hue angle of 310.96º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851270 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 112 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.48 |
| HSL | 310.96º | 0.76% | 0.3% | - |
| HSV(B) | 310.96º | 0.86% | 0.52% | - |
| XYZ | 12.81 | 6.59 | 15.93 | - |
| YUV | 63.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 112 | 0 | 0.86 | 0.16 | 0.48 | 310.96 | 0.76 | 0.3 |
| Hex | 85 | 12 | 70 | 0 | 56 | 10 | 30 | 137 | 4C | 1E |
| Octal | 205 | 22 | 160 | 0 | 126 | 20 | 60 | 467 | 114 | 36 |
| Binary | 10000101 | 10010 | 1110000 | 0 | 1010110 | 10000 | 110000 | 100110111 | 1001100 | 11110 |
Color Harmonies of #851270
Complementary color
Monochromatic Colors of #851270
Black with #851270
Text Example
Text Example
White with #851270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851270; }
p { color: rgb(133,18,112); }
H1.HeaderClassName
{
color: #851270;
}
.AnyTagClassName
{
color: #851270;
}
</style>
background-color css
<style>
a { background-color: #851270; }
a { background-color: rgb(133,18,112); }
div.DivClassName
{
background-color: #851270;
}
.BgClassName
{
background-color: #851270;
}
</style>
border-color css
<style>
span { border-color: #851270; }
span { border-color: rgb(133,18,112); }
td.TdClassName
{
border-color: #851270;
}
.TagClassName
{
border-color: #851270;
}
</style>