Shades of Dark Purple #851C68
Tints of Dark Purple #851C68
RGB
CMYK
RGB Variations
Color information
#851C68 (or 0x851C68) is known color: Dark Purple. HEX triplet: 85, 1C and 68. RGB value is (133,28,104). Sum of RGB (Red+Green+Blue) = 133+28+104=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #851C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C68 is #7AE397. Grayscale: #434343. Windows color (decimal): -8053656 or 6823045. OLE color: 6823045.
HSL color Cylindrical-coordinate representation of color #851C68: hue angle of 316.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C68 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 104 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.48 |
| HSL | 316.57º | 0.65% | 0.32% | - |
| HSV(B) | 316.57º | 0.79% | 0.52% | - |
| XYZ | 12.59 | 6.82 | 13.75 | - |
| YUV | 68.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 104 | 0 | 0.79 | 0.22 | 0.48 | 316.57 | 0.65 | 0.32 |
| Hex | 85 | 1C | 68 | 0 | 4F | 16 | 30 | 13D | 41 | 20 |
| Octal | 205 | 34 | 150 | 0 | 117 | 26 | 60 | 475 | 101 | 40 |
| Binary | 10000101 | 11100 | 1101000 | 0 | 1001111 | 10110 | 110000 | 100111101 | 1000001 | 100000 |
Color Harmonies of #851C68
Complementary color
Monochromatic Colors of #851C68
Black with #851C68
Text Example
Text Example
White with #851C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C68; }
p { color: rgb(133,28,104); }
H1.HeaderClassName
{
color: #851C68;
}
.AnyTagClassName
{
color: #851C68;
}
</style>
background-color css
<style>
a { background-color: #851C68; }
a { background-color: rgb(133,28,104); }
div.DivClassName
{
background-color: #851C68;
}
.BgClassName
{
background-color: #851C68;
}
</style>
border-color css
<style>
span { border-color: #851C68; }
span { border-color: rgb(133,28,104); }
td.TdClassName
{
border-color: #851C68;
}
.TagClassName
{
border-color: #851C68;
}
</style>