Shades of Dark Purple #851D68
Tints of Dark Purple #851D68
RGB
CMYK
RGB Variations
Color information
#851D68 (or 0x851D68) is known color: Dark Purple. HEX triplet: 85, 1D and 68. RGB value is (133,29,104). Sum of RGB (Red+Green+Blue) = 133+29+104=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #851D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D68 is #7AE297. Grayscale: #444444. Windows color (decimal): -8053400 or 6823301. OLE color: 6823301.
HSL color Cylindrical-coordinate representation of color #851D68: hue angle of 316.73º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D68 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 104 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.48 |
| HSL | 316.73º | 0.64% | 0.32% | - |
| HSV(B) | 316.73º | 0.78% | 0.52% | - |
| XYZ | 12.61 | 6.86 | 13.76 | - |
| YUV | 68.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 104 | 0 | 0.78 | 0.22 | 0.48 | 316.73 | 0.64 | 0.32 |
| Hex | 85 | 1D | 68 | 0 | 4E | 16 | 30 | 13D | 40 | 20 |
| Octal | 205 | 35 | 150 | 0 | 116 | 26 | 60 | 475 | 100 | 40 |
| Binary | 10000101 | 11101 | 1101000 | 0 | 1001110 | 10110 | 110000 | 100111101 | 1000000 | 100000 |
Color Harmonies of #851D68
Complementary color
Monochromatic Colors of #851D68
Black with #851D68
Text Example
Text Example
White with #851D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D68; }
p { color: rgb(133,29,104); }
H1.HeaderClassName
{
color: #851D68;
}
.AnyTagClassName
{
color: #851D68;
}
</style>
background-color css
<style>
a { background-color: #851D68; }
a { background-color: rgb(133,29,104); }
div.DivClassName
{
background-color: #851D68;
}
.BgClassName
{
background-color: #851D68;
}
</style>
border-color css
<style>
span { border-color: #851D68; }
span { border-color: rgb(133,29,104); }
td.TdClassName
{
border-color: #851D68;
}
.TagClassName
{
border-color: #851D68;
}
</style>