Shades of Hot Purple #510353
Tints of Hot Purple #510353
RGB
CMYK
RGB Variations
Color information
#510353 (or 0x510353) is known color: Hot Purple. HEX triplet: 51, 03 and 53. RGB value is (81,3,83). Sum of RGB (Red+Green+Blue) = 81+3+83=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #510353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510353 is #AEFCAC. Grayscale: #232323. Windows color (decimal): -11467949 or 5440337. OLE color: 5440337.
HSL color Cylindrical-coordinate representation of color #510353: hue angle of 298.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510353 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 3 | 83 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.67 |
| HSL | 298.5º | 0.93% | 0.17% | - |
| HSV(B) | 298.5º | 0.96% | 0.33% | - |
| XYZ | 4.99 | 2.44 | 8.39 | - |
| YUV | 35.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 83 | 0.02 | 0.96 | 0 | 0.67 | 298.5 | 0.93 | 0.17 |
| Hex | 51 | 3 | 53 | 2 | 60 | 0 | 43 | 12A | 5D | 11 |
| Octal | 121 | 3 | 123 | 2 | 140 | 0 | 103 | 452 | 135 | 21 |
| Binary | 1010001 | 11 | 1010011 | 10 | 1100000 | 0 | 1000011 | 100101010 | 1011101 | 10001 |
Color Harmonies of #510353
Complementary color
Monochromatic Colors of #510353
Black with #510353
Text Example
Text Example
White with #510353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510353; }
p { color: rgb(81,3,83); }
H1.HeaderClassName
{
color: #510353;
}
.AnyTagClassName
{
color: #510353;
}
</style>
background-color css
<style>
a { background-color: #510353; }
a { background-color: rgb(81,3,83); }
div.DivClassName
{
background-color: #510353;
}
.BgClassName
{
background-color: #510353;
}
</style>
border-color css
<style>
span { border-color: #510353; }
span { border-color: rgb(81,3,83); }
td.TdClassName
{
border-color: #510353;
}
.TagClassName
{
border-color: #510353;
}
</style>