Shades of Hot Purple #4B0358
Tints of Hot Purple #4B0358
RGB
CMYK
RGB Variations
Color information
#4B0358 (or 0x4B0358) is known color: Hot Purple. HEX triplet: 4B, 03 and 58. RGB value is (75,3,88). Sum of RGB (Red+Green+Blue) = 75+3+88=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B0358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0358 is #B4FCA7. Grayscale: #212121. Windows color (decimal): -11861160 or 5768011. OLE color: 5768011.
HSL color Cylindrical-coordinate representation of color #4B0358: hue angle of 290.82º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0358 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 3 | 88 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.65 |
| HSL | 290.82º | 0.93% | 0.18% | - |
| HSV(B) | 290.82º | 0.97% | 0.35% | - |
| XYZ | 4.7 | 2.27 | 9.42 | - |
| YUV | 34.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 88 | 0.15 | 0.97 | 0 | 0.65 | 290.82 | 0.93 | 0.18 |
| Hex | 4B | 3 | 58 | F | 61 | 0 | 41 | 123 | 5D | 12 |
| Octal | 113 | 3 | 130 | 17 | 141 | 0 | 101 | 443 | 135 | 22 |
| Binary | 1001011 | 11 | 1011000 | 1111 | 1100001 | 0 | 1000001 | 100100011 | 1011101 | 10010 |
Color Harmonies of #4B0358
Complementary color
Monochromatic Colors of #4B0358
Black with #4B0358
Text Example
Text Example
White with #4B0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0358; }
p { color: rgb(75,3,88); }
H1.HeaderClassName
{
color: #4B0358;
}
.AnyTagClassName
{
color: #4B0358;
}
</style>
background-color css
<style>
a { background-color: #4B0358; }
a { background-color: rgb(75,3,88); }
div.DivClassName
{
background-color: #4B0358;
}
.BgClassName
{
background-color: #4B0358;
}
</style>
border-color css
<style>
span { border-color: #4B0358; }
span { border-color: rgb(75,3,88); }
td.TdClassName
{
border-color: #4B0358;
}
.TagClassName
{
border-color: #4B0358;
}
</style>