Shades of Hot Purple #512A4F
Tints of Hot Purple #512A4F
RGB
CMYK
RGB Variations
Color information
#512A4F (or 0x512A4F) is known color: Hot Purple. HEX triplet: 51, 2A and 4F. RGB value is (81,42,79). Sum of RGB (Red+Green+Blue) = 81+42+79=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #512A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A4F is #AED5B0. Grayscale: #393939. Windows color (decimal): -11457969 or 5188177. OLE color: 5188177.
HSL color Cylindrical-coordinate representation of color #512A4F: hue angle of 303.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #512A4F is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 42 | 79 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.68 |
| HSL | 303.08º | 0.32% | 0.24% | - |
| HSV(B) | 303.08º | 0.48% | 0.32% | - |
| XYZ | 5.63 | 3.97 | 7.87 | - |
| YUV | 57.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 79 | 0 | 0.48 | 0.02 | 0.68 | 303.08 | 0.32 | 0.24 |
| Hex | 51 | 2A | 4F | 0 | 30 | 2 | 44 | 12F | 20 | 18 |
| Octal | 121 | 52 | 117 | 0 | 60 | 2 | 104 | 457 | 40 | 30 |
| Binary | 1010001 | 101010 | 1001111 | 0 | 110000 | 10 | 1000100 | 100101111 | 100000 | 11000 |
Color Harmonies of #512A4F
Complementary color
Monochromatic Colors of #512A4F
Black with #512A4F
Text Example
Text Example
White with #512A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A4F; }
p { color: rgb(81,42,79); }
H1.HeaderClassName
{
color: #512A4F;
}
.AnyTagClassName
{
color: #512A4F;
}
</style>
background-color css
<style>
a { background-color: #512A4F; }
a { background-color: rgb(81,42,79); }
div.DivClassName
{
background-color: #512A4F;
}
.BgClassName
{
background-color: #512A4F;
}
</style>
border-color css
<style>
span { border-color: #512A4F; }
span { border-color: rgb(81,42,79); }
td.TdClassName
{
border-color: #512A4F;
}
.TagClassName
{
border-color: #512A4F;
}
</style>