Shades of Hot Purple #4A024E
Tints of Hot Purple #4A024E
RGB
CMYK
RGB Variations
Color information
#4A024E (or 0x4A024E) is known color: Hot Purple. HEX triplet: 4A, 02 and 4E. RGB value is (74,2,78). Sum of RGB (Red+Green+Blue) = 74+2+78=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A024E is #B5FDB1. Grayscale: #1F1F1F. Windows color (decimal): -11926962 or 5112394. OLE color: 5112394.
HSL color Cylindrical-coordinate representation of color #4A024E: hue angle of 296.84º 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 #4A024E is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 2 | 78 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.69 |
| HSL | 296.84º | 0.95% | 0.16% | - |
| HSV(B) | 296.84º | 0.97% | 0.31% | - |
| XYZ | 4.22 | 2.05 | 7.38 | - |
| YUV | 32.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 78 | 0.05 | 0.97 | 0 | 0.69 | 296.84 | 0.95 | 0.16 |
| Hex | 4A | 2 | 4E | 5 | 61 | 0 | 45 | 129 | 5F | 10 |
| Octal | 112 | 2 | 116 | 5 | 141 | 0 | 105 | 451 | 137 | 20 |
| Binary | 1001010 | 10 | 1001110 | 101 | 1100001 | 0 | 1000101 | 100101001 | 1011111 | 10000 |
Color Harmonies of #4A024E
Complementary color
Monochromatic Colors of #4A024E
Black with #4A024E
Text Example
Text Example
White with #4A024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A024E; }
p { color: rgb(74,2,78); }
H1.HeaderClassName
{
color: #4A024E;
}
.AnyTagClassName
{
color: #4A024E;
}
</style>
background-color css
<style>
a { background-color: #4A024E; }
a { background-color: rgb(74,2,78); }
div.DivClassName
{
background-color: #4A024E;
}
.BgClassName
{
background-color: #4A024E;
}
</style>
border-color css
<style>
span { border-color: #4A024E; }
span { border-color: rgb(74,2,78); }
td.TdClassName
{
border-color: #4A024E;
}
.TagClassName
{
border-color: #4A024E;
}
</style>