Shades of Hot Purple #510258
Tints of Hot Purple #510258
RGB
CMYK
RGB Variations
Color information
#510258 (or 0x510258) is known color: Hot Purple. HEX triplet: 51, 02 and 58. RGB value is (81,2,88). Sum of RGB (Red+Green+Blue) = 81+2+88=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #510258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510258 is #AEFDA7. Grayscale: #232323. Windows color (decimal): -11468200 or 5767761. OLE color: 5767761.
HSL color Cylindrical-coordinate representation of color #510258: hue angle of 295.12º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510258 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 2 | 88 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.65 |
| HSL | 295.12º | 0.96% | 0.18% | - |
| HSV(B) | 295.12º | 0.98% | 0.35% | - |
| XYZ | 5.18 | 2.5 | 9.44 | - |
| YUV | 35.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 88 | 0.08 | 0.98 | 0 | 0.65 | 295.12 | 0.96 | 0.18 |
| Hex | 51 | 2 | 58 | 8 | 62 | 0 | 41 | 127 | 60 | 12 |
| Octal | 121 | 2 | 130 | 10 | 142 | 0 | 101 | 447 | 140 | 22 |
| Binary | 1010001 | 10 | 1011000 | 1000 | 1100010 | 0 | 1000001 | 100100111 | 1100000 | 10010 |
Color Harmonies of #510258
Complementary color
Monochromatic Colors of #510258
Black with #510258
Text Example
Text Example
White with #510258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510258; }
p { color: rgb(81,2,88); }
H1.HeaderClassName
{
color: #510258;
}
.AnyTagClassName
{
color: #510258;
}
</style>
background-color css
<style>
a { background-color: #510258; }
a { background-color: rgb(81,2,88); }
div.DivClassName
{
background-color: #510258;
}
.BgClassName
{
background-color: #510258;
}
</style>
border-color css
<style>
span { border-color: #510258; }
span { border-color: rgb(81,2,88); }
td.TdClassName
{
border-color: #510258;
}
.TagClassName
{
border-color: #510258;
}
</style>