Shades of Hot Purple #512053
Tints of Hot Purple #512053
RGB
CMYK
RGB Variations
Color information
#512053 (or 0x512053) is known color: Hot Purple. HEX triplet: 51, 20 and 53. RGB value is (81,32,83). Sum of RGB (Red+Green+Blue) = 81+32+83=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #512053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512053 is #AEDFAC. Grayscale: #343434. Windows color (decimal): -11460525 or 5447761. OLE color: 5447761.
HSL color Cylindrical-coordinate representation of color #512053: hue angle of 297.65º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #512053 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 32 | 83 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.67 |
| HSL | 297.65º | 0.44% | 0.23% | - |
| HSV(B) | 297.65º | 0.61% | 0.33% | - |
| XYZ | 5.47 | 3.41 | 8.55 | - |
| YUV | 52.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 83 | 0.02 | 0.61 | 0 | 0.67 | 297.65 | 0.44 | 0.23 |
| Hex | 51 | 20 | 53 | 2 | 3D | 0 | 43 | 12A | 2C | 17 |
| Octal | 121 | 40 | 123 | 2 | 75 | 0 | 103 | 452 | 54 | 27 |
| Binary | 1010001 | 100000 | 1010011 | 10 | 111101 | 0 | 1000011 | 100101010 | 101100 | 10111 |
Color Harmonies of #512053
Complementary color
Monochromatic Colors of #512053
Black with #512053
Text Example
Text Example
White with #512053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512053; }
p { color: rgb(81,32,83); }
H1.HeaderClassName
{
color: #512053;
}
.AnyTagClassName
{
color: #512053;
}
</style>
background-color css
<style>
a { background-color: #512053; }
a { background-color: rgb(81,32,83); }
div.DivClassName
{
background-color: #512053;
}
.BgClassName
{
background-color: #512053;
}
</style>
border-color css
<style>
span { border-color: #512053; }
span { border-color: rgb(81,32,83); }
td.TdClassName
{
border-color: #512053;
}
.TagClassName
{
border-color: #512053;
}
</style>