Shades of Hot Purple #4B1158
Tints of Hot Purple #4B1158
RGB
CMYK
RGB Variations
Color information
#4B1158 (or 0x4B1158) is known color: Hot Purple. HEX triplet: 4B, 11 and 58. RGB value is (75,17,88). Sum of RGB (Red+Green+Blue) = 75+17+88=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B1158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1158 is #B4EEA7. Grayscale: #2A2A2A. Windows color (decimal): -11857576 or 5771595. OLE color: 5771595.
HSL color Cylindrical-coordinate representation of color #4B1158: hue angle of 289.01º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1158 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 17 | 88 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.65 |
| HSL | 289.01º | 0.68% | 0.21% | - |
| HSV(B) | 289.01º | 0.81% | 0.35% | - |
| XYZ | 4.86 | 2.6 | 9.48 | - |
| YUV | 42.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 88 | 0.15 | 0.81 | 0 | 0.65 | 289.01 | 0.68 | 0.21 |
| Hex | 4B | 11 | 58 | F | 51 | 0 | 41 | 121 | 44 | 15 |
| Octal | 113 | 21 | 130 | 17 | 121 | 0 | 101 | 441 | 104 | 25 |
| Binary | 1001011 | 10001 | 1011000 | 1111 | 1010001 | 0 | 1000001 | 100100001 | 1000100 | 10101 |
Color Harmonies of #4B1158
Complementary color
Monochromatic Colors of #4B1158
Black with #4B1158
Text Example
Text Example
White with #4B1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1158; }
p { color: rgb(75,17,88); }
H1.HeaderClassName
{
color: #4B1158;
}
.AnyTagClassName
{
color: #4B1158;
}
</style>
background-color css
<style>
a { background-color: #4B1158; }
a { background-color: rgb(75,17,88); }
div.DivClassName
{
background-color: #4B1158;
}
.BgClassName
{
background-color: #4B1158;
}
</style>
border-color css
<style>
span { border-color: #4B1158; }
span { border-color: rgb(75,17,88); }
td.TdClassName
{
border-color: #4B1158;
}
.TagClassName
{
border-color: #4B1158;
}
</style>