Shades of Hot Purple #4A1854
Tints of Hot Purple #4A1854
RGB
CMYK
RGB Variations
Color information
#4A1854 (or 0x4A1854) is known color: Hot Purple. HEX triplet: 4A, 18 and 54. RGB value is (74,24,84). Sum of RGB (Red+Green+Blue) = 74+24+84=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A1854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1854 is #B5E7AB. Grayscale: #2D2D2D. Windows color (decimal): -11921324 or 5511242. OLE color: 5511242.
HSL color Cylindrical-coordinate representation of color #4A1854: hue angle of 290º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A1854 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 24 | 84 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.67 |
| HSL | 290º | 0.56% | 0.21% | - |
| HSV(B) | 290º | 0.71% | 0.33% | - |
| XYZ | 4.75 | 2.75 | 8.67 | - |
| YUV | 45.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 84 | 0.12 | 0.71 | 0 | 0.67 | 290 | 0.56 | 0.21 |
| Hex | 4A | 18 | 54 | C | 47 | 0 | 43 | 122 | 38 | 15 |
| Octal | 112 | 30 | 124 | 14 | 107 | 0 | 103 | 442 | 70 | 25 |
| Binary | 1001010 | 11000 | 1010100 | 1100 | 1000111 | 0 | 1000011 | 100100010 | 111000 | 10101 |
Color Harmonies of #4A1854
Complementary color
Monochromatic Colors of #4A1854
Black with #4A1854
Text Example
Text Example
White with #4A1854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1854; }
p { color: rgb(74,24,84); }
H1.HeaderClassName
{
color: #4A1854;
}
.AnyTagClassName
{
color: #4A1854;
}
</style>
background-color css
<style>
a { background-color: #4A1854; }
a { background-color: rgb(74,24,84); }
div.DivClassName
{
background-color: #4A1854;
}
.BgClassName
{
background-color: #4A1854;
}
</style>
border-color css
<style>
span { border-color: #4A1854; }
span { border-color: rgb(74,24,84); }
td.TdClassName
{
border-color: #4A1854;
}
.TagClassName
{
border-color: #4A1854;
}
</style>