Shades of Hot Purple #4A1054
Tints of Hot Purple #4A1054
RGB
CMYK
RGB Variations
Color information
#4A1054 (or 0x4A1054) is known color: Hot Purple. HEX triplet: 4A, 10 and 54. RGB value is (74,16,84). Sum of RGB (Red+Green+Blue) = 74+16+84=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A1054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1054 is #B5EFAB. Grayscale: #282828. Windows color (decimal): -11923372 or 5509194. OLE color: 5509194.
HSL color Cylindrical-coordinate representation of color #4A1054: hue angle of 291.18º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A1054 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 16 | 84 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.67 |
| HSL | 291.18º | 0.68% | 0.2% | - |
| HSV(B) | 291.18º | 0.81% | 0.33% | - |
| XYZ | 4.61 | 2.47 | 8.62 | - |
| YUV | 41.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 84 | 0.12 | 0.81 | 0 | 0.67 | 291.18 | 0.68 | 0.2 |
| Hex | 4A | 10 | 54 | C | 51 | 0 | 43 | 123 | 44 | 14 |
| Octal | 112 | 20 | 124 | 14 | 121 | 0 | 103 | 443 | 104 | 24 |
| Binary | 1001010 | 10000 | 1010100 | 1100 | 1010001 | 0 | 1000011 | 100100011 | 1000100 | 10100 |
Color Harmonies of #4A1054
Complementary color
Monochromatic Colors of #4A1054
Black with #4A1054
Text Example
Text Example
White with #4A1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1054; }
p { color: rgb(74,16,84); }
H1.HeaderClassName
{
color: #4A1054;
}
.AnyTagClassName
{
color: #4A1054;
}
</style>
background-color css
<style>
a { background-color: #4A1054; }
a { background-color: rgb(74,16,84); }
div.DivClassName
{
background-color: #4A1054;
}
.BgClassName
{
background-color: #4A1054;
}
</style>
border-color css
<style>
span { border-color: #4A1054; }
span { border-color: rgb(74,16,84); }
td.TdClassName
{
border-color: #4A1054;
}
.TagClassName
{
border-color: #4A1054;
}
</style>