Shades of Hot Purple #510853
Tints of Hot Purple #510853
RGB
CMYK
RGB Variations
Color information
#510853 (or 0x510853) is known color: Hot Purple. HEX triplet: 51, 08 and 53. RGB value is (81,8,83). Sum of RGB (Red+Green+Blue) = 81+8+83=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #510853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510853 is #AEF7AC. Grayscale: #262626. Windows color (decimal): -11466669 or 5441617. OLE color: 5441617.
HSL color Cylindrical-coordinate representation of color #510853: hue angle of 298.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510853 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 8 | 83 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.67 |
| HSL | 298.4º | 0.82% | 0.18% | - |
| HSV(B) | 298.4º | 0.9% | 0.33% | - |
| XYZ | 5.04 | 2.55 | 8.41 | - |
| YUV | 38.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 83 | 0.02 | 0.90 | 0 | 0.67 | 298.4 | 0.82 | 0.18 |
| Hex | 51 | 8 | 53 | 2 | 5A | 0 | 43 | 12A | 52 | 12 |
| Octal | 121 | 10 | 123 | 2 | 132 | 0 | 103 | 452 | 122 | 22 |
| Binary | 1010001 | 1000 | 1010011 | 10 | 1011010 | 0 | 1000011 | 100101010 | 1010010 | 10010 |
Color Harmonies of #510853
Complementary color
Monochromatic Colors of #510853
Black with #510853
Text Example
Text Example
White with #510853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510853; }
p { color: rgb(81,8,83); }
H1.HeaderClassName
{
color: #510853;
}
.AnyTagClassName
{
color: #510853;
}
</style>
background-color css
<style>
a { background-color: #510853; }
a { background-color: rgb(81,8,83); }
div.DivClassName
{
background-color: #510853;
}
.BgClassName
{
background-color: #510853;
}
</style>
border-color css
<style>
span { border-color: #510853; }
span { border-color: rgb(81,8,83); }
td.TdClassName
{
border-color: #510853;
}
.TagClassName
{
border-color: #510853;
}
</style>