Shades of Hot Purple #4B0A59
Tints of Hot Purple #4B0A59
RGB
CMYK
RGB Variations
Color information
#4B0A59 (or 0x4B0A59) is known color: Hot Purple. HEX triplet: 4B, 0A and 59. RGB value is (75,10,89). Sum of RGB (Red+Green+Blue) = 75+10+89=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B0A59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0A59 is #B4F5A6. Grayscale: #262626. Windows color (decimal): -11859367 or 5835339. OLE color: 5835339.
HSL color Cylindrical-coordinate representation of color #4B0A59: hue angle of 289.37º 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 #4B0A59 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 10 | 89 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.65 |
| HSL | 289.37º | 0.8% | 0.19% | - |
| HSV(B) | 289.37º | 0.89% | 0.35% | - |
| XYZ | 4.81 | 2.43 | 9.67 | - |
| YUV | 38.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 89 | 0.16 | 0.89 | 0 | 0.65 | 289.37 | 0.8 | 0.19 |
| Hex | 4B | A | 59 | 10 | 59 | 0 | 41 | 121 | 50 | 13 |
| Octal | 113 | 12 | 131 | 20 | 131 | 0 | 101 | 441 | 120 | 23 |
| Binary | 1001011 | 1010 | 1011001 | 10000 | 1011001 | 0 | 1000001 | 100100001 | 1010000 | 10011 |
Color Harmonies of #4B0A59
Complementary color
Monochromatic Colors of #4B0A59
Black with #4B0A59
Text Example
Text Example
White with #4B0A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0A59; }
p { color: rgb(75,10,89); }
H1.HeaderClassName
{
color: #4B0A59;
}
.AnyTagClassName
{
color: #4B0A59;
}
</style>
background-color css
<style>
a { background-color: #4B0A59; }
a { background-color: rgb(75,10,89); }
div.DivClassName
{
background-color: #4B0A59;
}
.BgClassName
{
background-color: #4B0A59;
}
</style>
border-color css
<style>
span { border-color: #4B0A59; }
span { border-color: rgb(75,10,89); }
td.TdClassName
{
border-color: #4B0A59;
}
.TagClassName
{
border-color: #4B0A59;
}
</style>