Shades of Hot Purple #4B0459
Tints of Hot Purple #4B0459
RGB
CMYK
RGB Variations
Color information
#4B0459 (or 0x4B0459) is known color: Hot Purple. HEX triplet: 4B, 04 and 59. RGB value is (75,4,89). Sum of RGB (Red+Green+Blue) = 75+4+89=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B0459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0459 is #B4FBA6. Grayscale: #222222. Windows color (decimal): -11860903 or 5833803. OLE color: 5833803.
HSL color Cylindrical-coordinate representation of color #4B0459: hue angle of 290.12º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0459 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 4 | 89 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.65 |
| HSL | 290.12º | 0.91% | 0.18% | - |
| HSV(B) | 290.12º | 0.96% | 0.35% | - |
| XYZ | 4.75 | 2.3 | 9.65 | - |
| YUV | 34.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 89 | 0.16 | 0.96 | 0 | 0.65 | 290.12 | 0.91 | 0.18 |
| Hex | 4B | 4 | 59 | 10 | 60 | 0 | 41 | 122 | 5B | 12 |
| Octal | 113 | 4 | 131 | 20 | 140 | 0 | 101 | 442 | 133 | 22 |
| Binary | 1001011 | 100 | 1011001 | 10000 | 1100000 | 0 | 1000001 | 100100010 | 1011011 | 10010 |
Color Harmonies of #4B0459
Complementary color
Monochromatic Colors of #4B0459
Black with #4B0459
Text Example
Text Example
White with #4B0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0459; }
p { color: rgb(75,4,89); }
H1.HeaderClassName
{
color: #4B0459;
}
.AnyTagClassName
{
color: #4B0459;
}
</style>
background-color css
<style>
a { background-color: #4B0459; }
a { background-color: rgb(75,4,89); }
div.DivClassName
{
background-color: #4B0459;
}
.BgClassName
{
background-color: #4B0459;
}
</style>
border-color css
<style>
span { border-color: #4B0459; }
span { border-color: rgb(75,4,89); }
td.TdClassName
{
border-color: #4B0459;
}
.TagClassName
{
border-color: #4B0459;
}
</style>