Shades of Dark Purple #851E63
Tints of Dark Purple #851E63
RGB
CMYK
RGB Variations
Color information
#851E63 (or 0x851E63) is known color: Dark Purple. HEX triplet: 85, 1E and 63. RGB value is (133,30,99). Sum of RGB (Red+Green+Blue) = 133+30+99=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #851E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E63 is #7AE19C. Grayscale: #444444. Windows color (decimal): -8053149 or 6495877. OLE color: 6495877.
HSL color Cylindrical-coordinate representation of color #851E63: hue angle of 319.81º 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 #851E63 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 99 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.48 |
| HSL | 319.81º | 0.63% | 0.32% | - |
| HSV(B) | 319.81º | 0.77% | 0.52% | - |
| XYZ | 12.39 | 6.82 | 12.47 | - |
| YUV | 68.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 99 | 0 | 0.77 | 0.26 | 0.48 | 319.81 | 0.63 | 0.32 |
| Hex | 85 | 1E | 63 | 0 | 4D | 1A | 30 | 140 | 3F | 20 |
| Octal | 205 | 36 | 143 | 0 | 115 | 32 | 60 | 500 | 77 | 40 |
| Binary | 10000101 | 11110 | 1100011 | 0 | 1001101 | 11010 | 110000 | 101000000 | 111111 | 100000 |
Color Harmonies of #851E63
Complementary color
Monochromatic Colors of #851E63
Black with #851E63
Text Example
Text Example
White with #851E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E63; }
p { color: rgb(133,30,99); }
H1.HeaderClassName
{
color: #851E63;
}
.AnyTagClassName
{
color: #851E63;
}
</style>
background-color css
<style>
a { background-color: #851E63; }
a { background-color: rgb(133,30,99); }
div.DivClassName
{
background-color: #851E63;
}
.BgClassName
{
background-color: #851E63;
}
</style>
border-color css
<style>
span { border-color: #851E63; }
span { border-color: rgb(133,30,99); }
td.TdClassName
{
border-color: #851E63;
}
.TagClassName
{
border-color: #851E63;
}
</style>