Shades of Hot Purple #4B0751
Tints of Hot Purple #4B0751
RGB
CMYK
RGB Variations
Color information
#4B0751 (or 0x4B0751) is known color: Hot Purple. HEX triplet: 4B, 07 and 51. RGB value is (75,7,81). Sum of RGB (Red+Green+Blue) = 75+7+81=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B0751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0751 is #B4F8AE. Grayscale: #232323. Windows color (decimal): -11860143 or 5310283. OLE color: 5310283.
HSL color Cylindrical-coordinate representation of color #4B0751: hue angle of 295.14º 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 #4B0751 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 7 | 81 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.68 |
| HSL | 295.14º | 0.84% | 0.17% | - |
| HSV(B) | 295.14º | 0.91% | 0.32% | - |
| XYZ | 4.46 | 2.24 | 7.98 | - |
| YUV | 35.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 7 | 81 | 0.07 | 0.91 | 0 | 0.68 | 295.14 | 0.84 | 0.17 |
| Hex | 4B | 7 | 51 | 7 | 5B | 0 | 44 | 127 | 54 | 11 |
| Octal | 113 | 7 | 121 | 7 | 133 | 0 | 104 | 447 | 124 | 21 |
| Binary | 1001011 | 111 | 1010001 | 111 | 1011011 | 0 | 1000100 | 100100111 | 1010100 | 10001 |
Color Harmonies of #4B0751
Complementary color
Monochromatic Colors of #4B0751
Black with #4B0751
Text Example
Text Example
White with #4B0751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0751; }
p { color: rgb(75,7,81); }
H1.HeaderClassName
{
color: #4B0751;
}
.AnyTagClassName
{
color: #4B0751;
}
</style>
background-color css
<style>
a { background-color: #4B0751; }
a { background-color: rgb(75,7,81); }
div.DivClassName
{
background-color: #4B0751;
}
.BgClassName
{
background-color: #4B0751;
}
</style>
border-color css
<style>
span { border-color: #4B0751; }
span { border-color: rgb(75,7,81); }
td.TdClassName
{
border-color: #4B0751;
}
.TagClassName
{
border-color: #4B0751;
}
</style>