Shades of Hot Purple #4B1056
Tints of Hot Purple #4B1056
RGB
CMYK
RGB Variations
Color information
#4B1056 (or 0x4B1056) is known color: Hot Purple. HEX triplet: 4B, 10 and 56. RGB value is (75,16,86). Sum of RGB (Red+Green+Blue) = 75+16+86=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B1056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1056 is #B4EFA9. Grayscale: #292929. Windows color (decimal): -11857834 or 5640267. OLE color: 5640267.
HSL color Cylindrical-coordinate representation of color #4B1056: hue angle of 290.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1056 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 16 | 86 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.66 |
| HSL | 290.57º | 0.69% | 0.2% | - |
| HSV(B) | 290.57º | 0.81% | 0.34% | - |
| XYZ | 4.77 | 2.54 | 9.04 | - |
| YUV | 41.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 86 | 0.13 | 0.81 | 0 | 0.66 | 290.57 | 0.69 | 0.2 |
| Hex | 4B | 10 | 56 | D | 51 | 0 | 42 | 123 | 45 | 14 |
| Octal | 113 | 20 | 126 | 15 | 121 | 0 | 102 | 443 | 105 | 24 |
| Binary | 1001011 | 10000 | 1010110 | 1101 | 1010001 | 0 | 1000010 | 100100011 | 1000101 | 10100 |
Color Harmonies of #4B1056
Complementary color
Monochromatic Colors of #4B1056
Black with #4B1056
Text Example
Text Example
White with #4B1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1056; }
p { color: rgb(75,16,86); }
H1.HeaderClassName
{
color: #4B1056;
}
.AnyTagClassName
{
color: #4B1056;
}
</style>
background-color css
<style>
a { background-color: #4B1056; }
a { background-color: rgb(75,16,86); }
div.DivClassName
{
background-color: #4B1056;
}
.BgClassName
{
background-color: #4B1056;
}
</style>
border-color css
<style>
span { border-color: #4B1056; }
span { border-color: rgb(75,16,86); }
td.TdClassName
{
border-color: #4B1056;
}
.TagClassName
{
border-color: #4B1056;
}
</style>