Shades of Dark Purple #851E64
Tints of Dark Purple #851E64
RGB
CMYK
RGB Variations
Color information
#851E64 (or 0x851E64) is known color: Dark Purple. HEX triplet: 85, 1E and 64. RGB value is (133,30,100). Sum of RGB (Red+Green+Blue) = 133+30+100=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #851E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E64 is #7AE19B. Grayscale: #444444. Windows color (decimal): -8053148 or 6561413. OLE color: 6561413.
HSL color Cylindrical-coordinate representation of color #851E64: hue angle of 319.22º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851E64 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 100 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.48 |
| HSL | 319.22º | 0.63% | 0.32% | - |
| HSV(B) | 319.22º | 0.77% | 0.52% | - |
| XYZ | 12.44 | 6.84 | 12.72 | - |
| YUV | 68.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 100 | 0 | 0.77 | 0.25 | 0.48 | 319.22 | 0.63 | 0.32 |
| Hex | 85 | 1E | 64 | 0 | 4D | 19 | 30 | 13F | 3F | 20 |
| Octal | 205 | 36 | 144 | 0 | 115 | 31 | 60 | 477 | 77 | 40 |
| Binary | 10000101 | 11110 | 1100100 | 0 | 1001101 | 11001 | 110000 | 100111111 | 111111 | 100000 |
Color Harmonies of #851E64
Complementary color
Monochromatic Colors of #851E64
Black with #851E64
Text Example
Text Example
White with #851E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E64; }
p { color: rgb(133,30,100); }
H1.HeaderClassName
{
color: #851E64;
}
.AnyTagClassName
{
color: #851E64;
}
</style>
background-color css
<style>
a { background-color: #851E64; }
a { background-color: rgb(133,30,100); }
div.DivClassName
{
background-color: #851E64;
}
.BgClassName
{
background-color: #851E64;
}
</style>
border-color css
<style>
span { border-color: #851E64; }
span { border-color: rgb(133,30,100); }
td.TdClassName
{
border-color: #851E64;
}
.TagClassName
{
border-color: #851E64;
}
</style>