Shades of Hot Purple #51045D
Tints of Hot Purple #51045D
RGB
CMYK
RGB Variations
Color information
#51045D (or 0x51045D) is known color: Hot Purple. HEX triplet: 51, 04 and 5D. RGB value is (81,4,93). Sum of RGB (Red+Green+Blue) = 81+4+93=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #51045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51045D is #AEFBA2. Grayscale: #242424. Windows color (decimal): -11467683 or 6095953. OLE color: 6095953.
HSL color Cylindrical-coordinate representation of color #51045D: hue angle of 291.91º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51045D is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 4 | 93 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.64 |
| HSL | 291.91º | 0.92% | 0.19% | - |
| HSV(B) | 291.91º | 0.96% | 0.36% | - |
| XYZ | 5.41 | 2.63 | 10.58 | - |
| YUV | 37.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 93 | 0.13 | 0.96 | 0 | 0.64 | 291.91 | 0.92 | 0.19 |
| Hex | 51 | 4 | 5D | D | 60 | 0 | 40 | 124 | 5C | 13 |
| Octal | 121 | 4 | 135 | 15 | 140 | 0 | 100 | 444 | 134 | 23 |
| Binary | 1010001 | 100 | 1011101 | 1101 | 1100000 | 0 | 1000000 | 100100100 | 1011100 | 10011 |
Color Harmonies of #51045D
Complementary color
Monochromatic Colors of #51045D
Black with #51045D
Text Example
Text Example
White with #51045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51045D; }
p { color: rgb(81,4,93); }
H1.HeaderClassName
{
color: #51045D;
}
.AnyTagClassName
{
color: #51045D;
}
</style>
background-color css
<style>
a { background-color: #51045D; }
a { background-color: rgb(81,4,93); }
div.DivClassName
{
background-color: #51045D;
}
.BgClassName
{
background-color: #51045D;
}
</style>
border-color css
<style>
span { border-color: #51045D; }
span { border-color: rgb(81,4,93); }
td.TdClassName
{
border-color: #51045D;
}
.TagClassName
{
border-color: #51045D;
}
</style>