Shades of Hot Purple #511553
Tints of Hot Purple #511553
RGB
CMYK
RGB Variations
Color information
#511553 (or 0x511553) is known color: Hot Purple. HEX triplet: 51, 15 and 53. RGB value is (81,21,83). Sum of RGB (Red+Green+Blue) = 81+21+83=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #511553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511553 is #AEEAAC. Grayscale: #2D2D2D. Windows color (decimal): -11463341 or 5444945. OLE color: 5444945.
HSL color Cylindrical-coordinate representation of color #511553: hue angle of 298.06º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511553 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 21 | 83 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.67 |
| HSL | 298.06º | 0.6% | 0.2% | - |
| HSV(B) | 298.06º | 0.75% | 0.33% | - |
| XYZ | 5.22 | 2.91 | 8.47 | - |
| YUV | 46.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 83 | 0.02 | 0.75 | 0 | 0.67 | 298.06 | 0.6 | 0.2 |
| Hex | 51 | 15 | 53 | 2 | 4B | 0 | 43 | 12A | 3C | 14 |
| Octal | 121 | 25 | 123 | 2 | 113 | 0 | 103 | 452 | 74 | 24 |
| Binary | 1010001 | 10101 | 1010011 | 10 | 1001011 | 0 | 1000011 | 100101010 | 111100 | 10100 |
Color Harmonies of #511553
Complementary color
Monochromatic Colors of #511553
Black with #511553
Text Example
Text Example
White with #511553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511553; }
p { color: rgb(81,21,83); }
H1.HeaderClassName
{
color: #511553;
}
.AnyTagClassName
{
color: #511553;
}
</style>
background-color css
<style>
a { background-color: #511553; }
a { background-color: rgb(81,21,83); }
div.DivClassName
{
background-color: #511553;
}
.BgClassName
{
background-color: #511553;
}
</style>
border-color css
<style>
span { border-color: #511553; }
span { border-color: rgb(81,21,83); }
td.TdClassName
{
border-color: #511553;
}
.TagClassName
{
border-color: #511553;
}
</style>