Shades of Dark Purple #851F63
Tints of Dark Purple #851F63
RGB
CMYK
RGB Variations
Color information
#851F63 (or 0x851F63) is known color: Dark Purple. HEX triplet: 85, 1F and 63. RGB value is (133,31,99). Sum of RGB (Red+Green+Blue) = 133+31+99=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #851F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851F63 is #7AE09C. Grayscale: #454545. Windows color (decimal): -8052893 or 6496133. OLE color: 6496133.
HSL color Cylindrical-coordinate representation of color #851F63: hue angle of 320º degrees, saturation: 0.62, 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 #851F63 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 31 | 99 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.48 |
| HSL | 320º | 0.62% | 0.32% | - |
| HSV(B) | 320º | 0.77% | 0.52% | - |
| XYZ | 12.41 | 6.87 | 12.48 | - |
| YUV | 69.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 99 | 0 | 0.77 | 0.26 | 0.48 | 320 | 0.62 | 0.32 |
| Hex | 85 | 1F | 63 | 0 | 4D | 1A | 30 | 140 | 3E | 20 |
| Octal | 205 | 37 | 143 | 0 | 115 | 32 | 60 | 500 | 76 | 40 |
| Binary | 10000101 | 11111 | 1100011 | 0 | 1001101 | 11010 | 110000 | 101000000 | 111110 | 100000 |
Color Harmonies of #851F63
Complementary color
Monochromatic Colors of #851F63
Black with #851F63
Text Example
Text Example
White with #851F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851F63; }
p { color: rgb(133,31,99); }
H1.HeaderClassName
{
color: #851F63;
}
.AnyTagClassName
{
color: #851F63;
}
</style>
background-color css
<style>
a { background-color: #851F63; }
a { background-color: rgb(133,31,99); }
div.DivClassName
{
background-color: #851F63;
}
.BgClassName
{
background-color: #851F63;
}
</style>
border-color css
<style>
span { border-color: #851F63; }
span { border-color: rgb(133,31,99); }
td.TdClassName
{
border-color: #851F63;
}
.TagClassName
{
border-color: #851F63;
}
</style>