Shades of Hot Purple #4B1258
Tints of Hot Purple #4B1258
RGB
CMYK
RGB Variations
Color information
#4B1258 (or 0x4B1258) is known color: Hot Purple. HEX triplet: 4B, 12 and 58. RGB value is (75,18,88). Sum of RGB (Red+Green+Blue) = 75+18+88=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B1258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1258 is #B4EDA7. Grayscale: #2A2A2A. Windows color (decimal): -11857320 or 5771851. OLE color: 5771851.
HSL color Cylindrical-coordinate representation of color #4B1258: hue angle of 288.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B1258 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 18 | 88 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.65 |
| HSL | 288.86º | 0.66% | 0.21% | - |
| HSV(B) | 288.86º | 0.8% | 0.35% | - |
| XYZ | 4.88 | 2.63 | 9.48 | - |
| YUV | 43.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 88 | 0.15 | 0.80 | 0 | 0.65 | 288.86 | 0.66 | 0.21 |
| Hex | 4B | 12 | 58 | F | 50 | 0 | 41 | 121 | 42 | 15 |
| Octal | 113 | 22 | 130 | 17 | 120 | 0 | 101 | 441 | 102 | 25 |
| Binary | 1001011 | 10010 | 1011000 | 1111 | 1010000 | 0 | 1000001 | 100100001 | 1000010 | 10101 |
Color Harmonies of #4B1258
Complementary color
Monochromatic Colors of #4B1258
Black with #4B1258
Text Example
Text Example
White with #4B1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1258; }
p { color: rgb(75,18,88); }
H1.HeaderClassName
{
color: #4B1258;
}
.AnyTagClassName
{
color: #4B1258;
}
</style>
background-color css
<style>
a { background-color: #4B1258; }
a { background-color: rgb(75,18,88); }
div.DivClassName
{
background-color: #4B1258;
}
.BgClassName
{
background-color: #4B1258;
}
</style>
border-color css
<style>
span { border-color: #4B1258; }
span { border-color: rgb(75,18,88); }
td.TdClassName
{
border-color: #4B1258;
}
.TagClassName
{
border-color: #4B1258;
}
</style>