Shades of Hot Purple #510A53
Tints of Hot Purple #510A53
RGB
CMYK
RGB Variations
Color information
#510A53 (or 0x510A53) is known color: Hot Purple. HEX triplet: 51, 0A and 53. RGB value is (81,10,83). Sum of RGB (Red+Green+Blue) = 81+10+83=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #510A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A53 is #AEF5AC. Grayscale: #272727. Windows color (decimal): -11466157 or 5442129. OLE color: 5442129.
HSL color Cylindrical-coordinate representation of color #510A53: hue angle of 298.36º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510A53 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 10 | 83 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.67 |
| HSL | 298.36º | 0.78% | 0.18% | - |
| HSV(B) | 298.36º | 0.88% | 0.33% | - |
| XYZ | 5.06 | 2.59 | 8.42 | - |
| YUV | 39.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 83 | 0.02 | 0.88 | 0 | 0.67 | 298.36 | 0.78 | 0.18 |
| Hex | 51 | A | 53 | 2 | 58 | 0 | 43 | 12A | 4E | 12 |
| Octal | 121 | 12 | 123 | 2 | 130 | 0 | 103 | 452 | 116 | 22 |
| Binary | 1010001 | 1010 | 1010011 | 10 | 1011000 | 0 | 1000011 | 100101010 | 1001110 | 10010 |
Color Harmonies of #510A53
Complementary color
Monochromatic Colors of #510A53
Black with #510A53
Text Example
Text Example
White with #510A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A53; }
p { color: rgb(81,10,83); }
H1.HeaderClassName
{
color: #510A53;
}
.AnyTagClassName
{
color: #510A53;
}
</style>
background-color css
<style>
a { background-color: #510A53; }
a { background-color: rgb(81,10,83); }
div.DivClassName
{
background-color: #510A53;
}
.BgClassName
{
background-color: #510A53;
}
</style>
border-color css
<style>
span { border-color: #510A53; }
span { border-color: rgb(81,10,83); }
td.TdClassName
{
border-color: #510A53;
}
.TagClassName
{
border-color: #510A53;
}
</style>