Shades of Hot Purple #4B0958
Tints of Hot Purple #4B0958
RGB
CMYK
RGB Variations
Color information
#4B0958 (or 0x4B0958) is known color: Hot Purple. HEX triplet: 4B, 09 and 58. RGB value is (75,9,88). Sum of RGB (Red+Green+Blue) = 75+9+88=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B0958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0958 is #B4F6A7. Grayscale: #252525. Windows color (decimal): -11859624 or 5769547. OLE color: 5769547.
HSL color Cylindrical-coordinate representation of color #4B0958: hue angle of 290.13º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B0958 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 9 | 88 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.65 |
| HSL | 290.13º | 0.81% | 0.19% | - |
| HSV(B) | 290.13º | 0.9% | 0.35% | - |
| XYZ | 4.76 | 2.4 | 9.44 | - |
| YUV | 37.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 88 | 0.15 | 0.90 | 0 | 0.65 | 290.13 | 0.81 | 0.19 |
| Hex | 4B | 9 | 58 | F | 5A | 0 | 41 | 122 | 51 | 13 |
| Octal | 113 | 11 | 130 | 17 | 132 | 0 | 101 | 442 | 121 | 23 |
| Binary | 1001011 | 1001 | 1011000 | 1111 | 1011010 | 0 | 1000001 | 100100010 | 1010001 | 10011 |
Color Harmonies of #4B0958
Complementary color
Monochromatic Colors of #4B0958
Black with #4B0958
Text Example
Text Example
White with #4B0958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0958; }
p { color: rgb(75,9,88); }
H1.HeaderClassName
{
color: #4B0958;
}
.AnyTagClassName
{
color: #4B0958;
}
</style>
background-color css
<style>
a { background-color: #4B0958; }
a { background-color: rgb(75,9,88); }
div.DivClassName
{
background-color: #4B0958;
}
.BgClassName
{
background-color: #4B0958;
}
</style>
border-color css
<style>
span { border-color: #4B0958; }
span { border-color: rgb(75,9,88); }
td.TdClassName
{
border-color: #4B0958;
}
.TagClassName
{
border-color: #4B0958;
}
</style>