Shades of Hot Purple #510C58
Tints of Hot Purple #510C58
RGB
CMYK
RGB Variations
Color information
#510C58 (or 0x510C58) is known color: Hot Purple. HEX triplet: 51, 0C and 58. RGB value is (81,12,88). Sum of RGB (Red+Green+Blue) = 81+12+88=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #510C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C58 is #AEF3A7. Grayscale: #292929. Windows color (decimal): -11465640 or 5770321. OLE color: 5770321.
HSL color Cylindrical-coordinate representation of color #510C58: hue angle of 294.47º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510C58 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 12 | 88 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.65 |
| HSL | 294.47º | 0.76% | 0.2% | - |
| HSV(B) | 294.47º | 0.86% | 0.35% | - |
| XYZ | 5.29 | 2.72 | 9.48 | - |
| YUV | 41.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 88 | 0.08 | 0.86 | 0 | 0.65 | 294.47 | 0.76 | 0.2 |
| Hex | 51 | C | 58 | 8 | 56 | 0 | 41 | 126 | 4C | 14 |
| Octal | 121 | 14 | 130 | 10 | 126 | 0 | 101 | 446 | 114 | 24 |
| Binary | 1010001 | 1100 | 1011000 | 1000 | 1010110 | 0 | 1000001 | 100100110 | 1001100 | 10100 |
Color Harmonies of #510C58
Complementary color
Monochromatic Colors of #510C58
Black with #510C58
Text Example
Text Example
White with #510C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C58; }
p { color: rgb(81,12,88); }
H1.HeaderClassName
{
color: #510C58;
}
.AnyTagClassName
{
color: #510C58;
}
</style>
background-color css
<style>
a { background-color: #510C58; }
a { background-color: rgb(81,12,88); }
div.DivClassName
{
background-color: #510C58;
}
.BgClassName
{
background-color: #510C58;
}
</style>
border-color css
<style>
span { border-color: #510C58; }
span { border-color: rgb(81,12,88); }
td.TdClassName
{
border-color: #510C58;
}
.TagClassName
{
border-color: #510C58;
}
</style>