Shades of Hot Purple #4B0A58
Tints of Hot Purple #4B0A58
RGB
CMYK
RGB Variations
Color information
#4B0A58 (or 0x4B0A58) is known color: Hot Purple. HEX triplet: 4B, 0A and 58. RGB value is (75,10,88). Sum of RGB (Red+Green+Blue) = 75+10+88=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B0A58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0A58 is #B4F5A7. Grayscale: #262626. Windows color (decimal): -11859368 or 5769803. OLE color: 5769803.
HSL color Cylindrical-coordinate representation of color #4B0A58: hue angle of 290º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0A58 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 10 | 88 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.65 |
| HSL | 290º | 0.8% | 0.19% | - |
| HSV(B) | 290º | 0.89% | 0.35% | - |
| XYZ | 4.77 | 2.42 | 9.45 | - |
| YUV | 38.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 88 | 0.15 | 0.89 | 0 | 0.65 | 290 | 0.8 | 0.19 |
| Hex | 4B | A | 58 | F | 59 | 0 | 41 | 122 | 50 | 13 |
| Octal | 113 | 12 | 130 | 17 | 131 | 0 | 101 | 442 | 120 | 23 |
| Binary | 1001011 | 1010 | 1011000 | 1111 | 1011001 | 0 | 1000001 | 100100010 | 1010000 | 10011 |
Color Harmonies of #4B0A58
Complementary color
Monochromatic Colors of #4B0A58
Black with #4B0A58
Text Example
Text Example
White with #4B0A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0A58; }
p { color: rgb(75,10,88); }
H1.HeaderClassName
{
color: #4B0A58;
}
.AnyTagClassName
{
color: #4B0A58;
}
</style>
background-color css
<style>
a { background-color: #4B0A58; }
a { background-color: rgb(75,10,88); }
div.DivClassName
{
background-color: #4B0A58;
}
.BgClassName
{
background-color: #4B0A58;
}
</style>
border-color css
<style>
span { border-color: #4B0A58; }
span { border-color: rgb(75,10,88); }
td.TdClassName
{
border-color: #4B0A58;
}
.TagClassName
{
border-color: #4B0A58;
}
</style>