Shades of Hot Purple #51074F
Tints of Hot Purple #51074F
RGB
CMYK
RGB Variations
Color information
#51074F (or 0x51074F) is known color: Hot Purple. HEX triplet: 51, 07 and 4F. RGB value is (81,7,79). Sum of RGB (Red+Green+Blue) = 81+7+79=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #51074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51074F is #AEF8B0. Grayscale: #252525. Windows color (decimal): -11466929 or 5179217. OLE color: 5179217.
HSL color Cylindrical-coordinate representation of color #51074F: hue angle of 301.62º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51074F is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 7 | 79 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.68 |
| HSL | 301.62º | 0.84% | 0.17% | - |
| HSV(B) | 301.62º | 0.91% | 0.32% | - |
| XYZ | 4.88 | 2.47 | 7.62 | - |
| YUV | 37.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 79 | 0 | 0.91 | 0.02 | 0.68 | 301.62 | 0.84 | 0.17 |
| Hex | 51 | 7 | 4F | 0 | 5B | 2 | 44 | 12E | 54 | 11 |
| Octal | 121 | 7 | 117 | 0 | 133 | 2 | 104 | 456 | 124 | 21 |
| Binary | 1010001 | 111 | 1001111 | 0 | 1011011 | 10 | 1000100 | 100101110 | 1010100 | 10001 |
Color Harmonies of #51074F
Complementary color
Monochromatic Colors of #51074F
Black with #51074F
Text Example
Text Example
White with #51074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51074F; }
p { color: rgb(81,7,79); }
H1.HeaderClassName
{
color: #51074F;
}
.AnyTagClassName
{
color: #51074F;
}
</style>
background-color css
<style>
a { background-color: #51074F; }
a { background-color: rgb(81,7,79); }
div.DivClassName
{
background-color: #51074F;
}
.BgClassName
{
background-color: #51074F;
}
</style>
border-color css
<style>
span { border-color: #51074F; }
span { border-color: rgb(81,7,79); }
td.TdClassName
{
border-color: #51074F;
}
.TagClassName
{
border-color: #51074F;
}
</style>