Shades of Dark Purple #851678
Tints of Dark Purple #851678
RGB
CMYK
RGB Variations
Color information
#851678 (or 0x851678) is known color: Dark Purple. HEX triplet: 85, 16 and 78. RGB value is (133,22,120). Sum of RGB (Red+Green+Blue) = 133+22+120=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #851678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851678 is #7AE987. Grayscale: #424242. Windows color (decimal): -8055176 or 7870085. OLE color: 7870085.
HSL color Cylindrical-coordinate representation of color #851678: hue angle of 307.03º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851678 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 120 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.48 |
| HSL | 307.03º | 0.72% | 0.3% | - |
| HSV(B) | 307.03º | 0.83% | 0.52% | - |
| XYZ | 13.35 | 6.92 | 18.4 | - |
| YUV | 66.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 120 | 0 | 0.83 | 0.10 | 0.48 | 307.03 | 0.72 | 0.3 |
| Hex | 85 | 16 | 78 | 0 | 53 | A | 30 | 133 | 48 | 1E |
| Octal | 205 | 26 | 170 | 0 | 123 | 12 | 60 | 463 | 110 | 36 |
| Binary | 10000101 | 10110 | 1111000 | 0 | 1010011 | 1010 | 110000 | 100110011 | 1001000 | 11110 |
Color Harmonies of #851678
Complementary color
Monochromatic Colors of #851678
Black with #851678
Text Example
Text Example
White with #851678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851678; }
p { color: rgb(133,22,120); }
H1.HeaderClassName
{
color: #851678;
}
.AnyTagClassName
{
color: #851678;
}
</style>
background-color css
<style>
a { background-color: #851678; }
a { background-color: rgb(133,22,120); }
div.DivClassName
{
background-color: #851678;
}
.BgClassName
{
background-color: #851678;
}
</style>
border-color css
<style>
span { border-color: #851678; }
span { border-color: rgb(133,22,120); }
td.TdClassName
{
border-color: #851678;
}
.TagClassName
{
border-color: #851678;
}
</style>