Shades of Hot Purple #510D5F
Tints of Hot Purple #510D5F
RGB
CMYK
RGB Variations
Color information
#510D5F (or 0x510D5F) is known color: Hot Purple. HEX triplet: 51, 0D and 5F. RGB value is (81,13,95). Sum of RGB (Red+Green+Blue) = 81+13+95=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #510D5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D5F is #AEF2A0. Grayscale: #2A2A2A. Windows color (decimal): -11465377 or 6229329. OLE color: 6229329.
HSL color Cylindrical-coordinate representation of color #510D5F: hue angle of 289.76º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510D5F is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 13 | 95 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.63 |
| HSL | 289.76º | 0.76% | 0.21% | - |
| HSV(B) | 289.76º | 0.86% | 0.37% | - |
| XYZ | 5.6 | 2.86 | 11.08 | - |
| YUV | 42.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 95 | 0.15 | 0.86 | 0 | 0.63 | 289.76 | 0.76 | 0.21 |
| Hex | 51 | D | 5F | F | 56 | 0 | 3F | 122 | 4C | 15 |
| Octal | 121 | 15 | 137 | 17 | 126 | 0 | 77 | 442 | 114 | 25 |
| Binary | 1010001 | 1101 | 1011111 | 1111 | 1010110 | 0 | 111111 | 100100010 | 1001100 | 10101 |
Color Harmonies of #510D5F
Complementary color
Monochromatic Colors of #510D5F
Black with #510D5F
Text Example
Text Example
White with #510D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510D5F; }
p { color: rgb(81,13,95); }
H1.HeaderClassName
{
color: #510D5F;
}
.AnyTagClassName
{
color: #510D5F;
}
</style>
background-color css
<style>
a { background-color: #510D5F; }
a { background-color: rgb(81,13,95); }
div.DivClassName
{
background-color: #510D5F;
}
.BgClassName
{
background-color: #510D5F;
}
</style>
border-color css
<style>
span { border-color: #510D5F; }
span { border-color: rgb(81,13,95); }
td.TdClassName
{
border-color: #510D5F;
}
.TagClassName
{
border-color: #510D5F;
}
</style>