Shades of Hot Purple #4A0050
Tints of Hot Purple #4A0050
RGB
CMYK
RGB Variations
Color information
#4A0050 (or 0x4A0050) is known color: Hot Purple. HEX triplet: 4A, 00 and 50. RGB value is (74,0,80). Sum of RGB (Red+Green+Blue) = 74+0+80=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A0050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0050 is #B5FFAF. Grayscale: #1F1F1F. Windows color (decimal): -11927472 or 5242954. OLE color: 5242954.
HSL color Cylindrical-coordinate representation of color #4A0050: hue angle of 295.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A0050 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 0 | 80 | - |
| CMYK | 0.08 | 1 | 0 | 0.69 |
| HSL | 295.5º | 1% | 0.16% | - |
| HSV(B) | 295.5º | 1% | 0.31% | - |
| XYZ | 4.27 | 2.04 | 7.76 | - |
| YUV | 31.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 80 | 0.08 | 1 | 0 | 0.69 | 295.5 | 1 | 0.16 |
| Hex | 4A | 0 | 50 | 8 | 64 | 0 | 45 | 128 | 64 | 10 |
| Octal | 112 | 0 | 120 | 10 | 144 | 0 | 105 | 450 | 144 | 20 |
| Binary | 1001010 | 0 | 1010000 | 1000 | 1100100 | 0 | 1000101 | 100101000 | 1100100 | 10000 |
Color Harmonies of #4A0050
Complementary color
Monochromatic Colors of #4A0050
Black with #4A0050
Text Example
Text Example
White with #4A0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0050; }
p { color: rgb(74,0,80); }
H1.HeaderClassName
{
color: #4A0050;
}
.AnyTagClassName
{
color: #4A0050;
}
</style>
background-color css
<style>
a { background-color: #4A0050; }
a { background-color: rgb(74,0,80); }
div.DivClassName
{
background-color: #4A0050;
}
.BgClassName
{
background-color: #4A0050;
}
</style>
border-color css
<style>
span { border-color: #4A0050; }
span { border-color: rgb(74,0,80); }
td.TdClassName
{
border-color: #4A0050;
}
.TagClassName
{
border-color: #4A0050;
}
</style>