Shades of Dark Purple #851069
Tints of Dark Purple #851069
RGB
CMYK
RGB Variations
Color information
#851069 (or 0x851069) is known color: Dark Purple. HEX triplet: 85, 10 and 69. RGB value is (133,16,105). Sum of RGB (Red+Green+Blue) = 133+16+105=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #851069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851069 is #7AEF96. Grayscale: #3C3C3C. Windows color (decimal): -8056727 or 6885509. OLE color: 6885509.
HSL color Cylindrical-coordinate representation of color #851069: hue angle of 314.36º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851069 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 105 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.48 |
| HSL | 314.36º | 0.79% | 0.29% | - |
| HSV(B) | 314.36º | 0.88% | 0.52% | - |
| XYZ | 12.41 | 6.38 | 13.94 | - |
| YUV | 61.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 105 | 0 | 0.88 | 0.21 | 0.48 | 314.36 | 0.79 | 0.29 |
| Hex | 85 | 10 | 69 | 0 | 58 | 15 | 30 | 13A | 4F | 1D |
| Octal | 205 | 20 | 151 | 0 | 130 | 25 | 60 | 472 | 117 | 35 |
| Binary | 10000101 | 10000 | 1101001 | 0 | 1011000 | 10101 | 110000 | 100111010 | 1001111 | 11101 |
Color Harmonies of #851069
Complementary color
Monochromatic Colors of #851069
Black with #851069
Text Example
Text Example
White with #851069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851069; }
p { color: rgb(133,16,105); }
H1.HeaderClassName
{
color: #851069;
}
.AnyTagClassName
{
color: #851069;
}
</style>
background-color css
<style>
a { background-color: #851069; }
a { background-color: rgb(133,16,105); }
div.DivClassName
{
background-color: #851069;
}
.BgClassName
{
background-color: #851069;
}
</style>
border-color css
<style>
span { border-color: #851069; }
span { border-color: rgb(133,16,105); }
td.TdClassName
{
border-color: #851069;
}
.TagClassName
{
border-color: #851069;
}
</style>