Shades of Dark Purple #851D64
Tints of Dark Purple #851D64
RGB
CMYK
RGB Variations
Color information
#851D64 (or 0x851D64) is known color: Dark Purple. HEX triplet: 85, 1D and 64. RGB value is (133,29,100). Sum of RGB (Red+Green+Blue) = 133+29+100=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #851D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D64 is #7AE29B. Grayscale: #444444. Windows color (decimal): -8053404 or 6561157. OLE color: 6561157.
HSL color Cylindrical-coordinate representation of color #851D64: hue angle of 319.04º 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 #851D64 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 100 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.48 |
| HSL | 319.04º | 0.64% | 0.32% | - |
| HSV(B) | 319.04º | 0.78% | 0.52% | - |
| XYZ | 12.41 | 6.79 | 12.71 | - |
| YUV | 68.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 100 | 0 | 0.78 | 0.25 | 0.48 | 319.04 | 0.64 | 0.32 |
| Hex | 85 | 1D | 64 | 0 | 4E | 19 | 30 | 13F | 40 | 20 |
| Octal | 205 | 35 | 144 | 0 | 116 | 31 | 60 | 477 | 100 | 40 |
| Binary | 10000101 | 11101 | 1100100 | 0 | 1001110 | 11001 | 110000 | 100111111 | 1000000 | 100000 |
Color Harmonies of #851D64
Complementary color
Monochromatic Colors of #851D64
Black with #851D64
Text Example
Text Example
White with #851D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D64; }
p { color: rgb(133,29,100); }
H1.HeaderClassName
{
color: #851D64;
}
.AnyTagClassName
{
color: #851D64;
}
</style>
background-color css
<style>
a { background-color: #851D64; }
a { background-color: rgb(133,29,100); }
div.DivClassName
{
background-color: #851D64;
}
.BgClassName
{
background-color: #851D64;
}
</style>
border-color css
<style>
span { border-color: #851D64; }
span { border-color: rgb(133,29,100); }
td.TdClassName
{
border-color: #851D64;
}
.TagClassName
{
border-color: #851D64;
}
</style>