Shades of Dark Purple #851778
Tints of Dark Purple #851778
RGB
CMYK
RGB Variations
Color information
#851778 (or 0x851778) is known color: Dark Purple. HEX triplet: 85, 17 and 78. RGB value is (133,23,120). Sum of RGB (Red+Green+Blue) = 133+23+120=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #851778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851778 is #7AE887. Grayscale: #424242. Windows color (decimal): -8054920 or 7870341. OLE color: 7870341.
HSL color Cylindrical-coordinate representation of color #851778: hue angle of 307.09º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851778 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 120 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.48 |
| HSL | 307.09º | 0.71% | 0.31% | - |
| HSV(B) | 307.09º | 0.83% | 0.52% | - |
| XYZ | 13.37 | 6.96 | 18.41 | - |
| YUV | 66.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 120 | 0 | 0.83 | 0.10 | 0.48 | 307.09 | 0.71 | 0.31 |
| Hex | 85 | 17 | 78 | 0 | 53 | A | 30 | 133 | 47 | 1F |
| Octal | 205 | 27 | 170 | 0 | 123 | 12 | 60 | 463 | 107 | 37 |
| Binary | 10000101 | 10111 | 1111000 | 0 | 1010011 | 1010 | 110000 | 100110011 | 1000111 | 11111 |
Color Harmonies of #851778
Complementary color
Monochromatic Colors of #851778
Black with #851778
Text Example
Text Example
White with #851778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851778; }
p { color: rgb(133,23,120); }
H1.HeaderClassName
{
color: #851778;
}
.AnyTagClassName
{
color: #851778;
}
</style>
background-color css
<style>
a { background-color: #851778; }
a { background-color: rgb(133,23,120); }
div.DivClassName
{
background-color: #851778;
}
.BgClassName
{
background-color: #851778;
}
</style>
border-color css
<style>
span { border-color: #851778; }
span { border-color: rgb(133,23,120); }
td.TdClassName
{
border-color: #851778;
}
.TagClassName
{
border-color: #851778;
}
</style>