Shades of Hot Purple #4A0153
Tints of Hot Purple #4A0153
RGB
CMYK
RGB Variations
Color information
#4A0153 (or 0x4A0153) is known color: Hot Purple. HEX triplet: 4A, 01 and 53. RGB value is (74,1,83). Sum of RGB (Red+Green+Blue) = 74+1+83=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A0153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0153 is #B5FEAC. Grayscale: #1F1F1F. Windows color (decimal): -11927213 or 5439818. OLE color: 5439818.
HSL color Cylindrical-coordinate representation of color #4A0153: hue angle of 293.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0153 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 1 | 83 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.67 |
| HSL | 293.41º | 0.98% | 0.16% | - |
| HSV(B) | 293.41º | 0.99% | 0.33% | - |
| XYZ | 4.4 | 2.1 | 8.36 | - |
| YUV | 32.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 83 | 0.11 | 0.99 | 0 | 0.67 | 293.41 | 0.98 | 0.16 |
| Hex | 4A | 1 | 53 | B | 63 | 0 | 43 | 125 | 62 | 10 |
| Octal | 112 | 1 | 123 | 13 | 143 | 0 | 103 | 445 | 142 | 20 |
| Binary | 1001010 | 1 | 1010011 | 1011 | 1100011 | 0 | 1000011 | 100100101 | 1100010 | 10000 |
Color Harmonies of #4A0153
Complementary color
Monochromatic Colors of #4A0153
Black with #4A0153
Text Example
Text Example
White with #4A0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0153; }
p { color: rgb(74,1,83); }
H1.HeaderClassName
{
color: #4A0153;
}
.AnyTagClassName
{
color: #4A0153;
}
</style>
background-color css
<style>
a { background-color: #4A0153; }
a { background-color: rgb(74,1,83); }
div.DivClassName
{
background-color: #4A0153;
}
.BgClassName
{
background-color: #4A0153;
}
</style>
border-color css
<style>
span { border-color: #4A0153; }
span { border-color: rgb(74,1,83); }
td.TdClassName
{
border-color: #4A0153;
}
.TagClassName
{
border-color: #4A0153;
}
</style>