Shades of Hot Purple #510857
Tints of Hot Purple #510857
RGB
CMYK
RGB Variations
Color information
#510857 (or 0x510857) is known color: Hot Purple. HEX triplet: 51, 08 and 57. RGB value is (81,8,87). Sum of RGB (Red+Green+Blue) = 81+8+87=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #510857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510857 is #AEF7A8. Grayscale: #262626. Windows color (decimal): -11466665 or 5703761. OLE color: 5703761.
HSL color Cylindrical-coordinate representation of color #510857: hue angle of 295.44º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510857 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 8 | 87 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.66 |
| HSL | 295.44º | 0.83% | 0.19% | - |
| HSV(B) | 295.44º | 0.91% | 0.34% | - |
| XYZ | 5.2 | 2.61 | 9.25 | - |
| YUV | 38.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 87 | 0.07 | 0.91 | 0 | 0.66 | 295.44 | 0.83 | 0.19 |
| Hex | 51 | 8 | 57 | 7 | 5B | 0 | 42 | 127 | 53 | 13 |
| Octal | 121 | 10 | 127 | 7 | 133 | 0 | 102 | 447 | 123 | 23 |
| Binary | 1010001 | 1000 | 1010111 | 111 | 1011011 | 0 | 1000010 | 100100111 | 1010011 | 10011 |
Color Harmonies of #510857
Complementary color
Monochromatic Colors of #510857
Black with #510857
Text Example
Text Example
White with #510857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510857; }
p { color: rgb(81,8,87); }
H1.HeaderClassName
{
color: #510857;
}
.AnyTagClassName
{
color: #510857;
}
</style>
background-color css
<style>
a { background-color: #510857; }
a { background-color: rgb(81,8,87); }
div.DivClassName
{
background-color: #510857;
}
.BgClassName
{
background-color: #510857;
}
</style>
border-color css
<style>
span { border-color: #510857; }
span { border-color: rgb(81,8,87); }
td.TdClassName
{
border-color: #510857;
}
.TagClassName
{
border-color: #510857;
}
</style>