Shades of Hot Purple #510858
Tints of Hot Purple #510858
RGB
CMYK
RGB Variations
Color information
#510858 (or 0x510858) is known color: Hot Purple. HEX triplet: 51, 08 and 58. RGB value is (81,8,88). Sum of RGB (Red+Green+Blue) = 81+8+88=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #510858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510858 is #AEF7A7. Grayscale: #262626. Windows color (decimal): -11466664 or 5769297. OLE color: 5769297.
HSL color Cylindrical-coordinate representation of color #510858: hue angle of 294.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510858 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 8 | 88 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.65 |
| HSL | 294.75º | 0.83% | 0.19% | - |
| HSV(B) | 294.75º | 0.91% | 0.35% | - |
| XYZ | 5.24 | 2.63 | 9.46 | - |
| YUV | 38.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 88 | 0.08 | 0.91 | 0 | 0.65 | 294.75 | 0.83 | 0.19 |
| Hex | 51 | 8 | 58 | 8 | 5B | 0 | 41 | 127 | 53 | 13 |
| Octal | 121 | 10 | 130 | 10 | 133 | 0 | 101 | 447 | 123 | 23 |
| Binary | 1010001 | 1000 | 1011000 | 1000 | 1011011 | 0 | 1000001 | 100100111 | 1010011 | 10011 |
Color Harmonies of #510858
Complementary color
Monochromatic Colors of #510858
Black with #510858
Text Example
Text Example
White with #510858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510858; }
p { color: rgb(81,8,88); }
H1.HeaderClassName
{
color: #510858;
}
.AnyTagClassName
{
color: #510858;
}
</style>
background-color css
<style>
a { background-color: #510858; }
a { background-color: rgb(81,8,88); }
div.DivClassName
{
background-color: #510858;
}
.BgClassName
{
background-color: #510858;
}
</style>
border-color css
<style>
span { border-color: #510858; }
span { border-color: rgb(81,8,88); }
td.TdClassName
{
border-color: #510858;
}
.TagClassName
{
border-color: #510858;
}
</style>