Shades of Hot Purple #4B024E
Tints of Hot Purple #4B024E
RGB
CMYK
RGB Variations
Color information
#4B024E (or 0x4B024E) is known color: Hot Purple. HEX triplet: 4B, 02 and 4E. RGB value is (75,2,78). Sum of RGB (Red+Green+Blue) = 75+2+78=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B024E is #B4FDB1. Grayscale: #202020. Windows color (decimal): -11861426 or 5112395. OLE color: 5112395.
HSL color Cylindrical-coordinate representation of color #4B024E: hue angle of 297.63º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B024E is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 2 | 78 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.69 |
| HSL | 297.63º | 0.95% | 0.16% | - |
| HSV(B) | 297.63º | 0.97% | 0.31% | - |
| XYZ | 4.3 | 2.09 | 7.38 | - |
| YUV | 32.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 78 | 0.04 | 0.97 | 0 | 0.69 | 297.63 | 0.95 | 0.16 |
| Hex | 4B | 2 | 4E | 4 | 61 | 0 | 45 | 12A | 5F | 10 |
| Octal | 113 | 2 | 116 | 4 | 141 | 0 | 105 | 452 | 137 | 20 |
| Binary | 1001011 | 10 | 1001110 | 100 | 1100001 | 0 | 1000101 | 100101010 | 1011111 | 10000 |
Color Harmonies of #4B024E
Complementary color
Monochromatic Colors of #4B024E
Black with #4B024E
Text Example
Text Example
White with #4B024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B024E; }
p { color: rgb(75,2,78); }
H1.HeaderClassName
{
color: #4B024E;
}
.AnyTagClassName
{
color: #4B024E;
}
</style>
background-color css
<style>
a { background-color: #4B024E; }
a { background-color: rgb(75,2,78); }
div.DivClassName
{
background-color: #4B024E;
}
.BgClassName
{
background-color: #4B024E;
}
</style>
border-color css
<style>
span { border-color: #4B024E; }
span { border-color: rgb(75,2,78); }
td.TdClassName
{
border-color: #4B024E;
}
.TagClassName
{
border-color: #4B024E;
}
</style>