Shades of Hot Purple #4A154E
Tints of Hot Purple #4A154E
RGB
CMYK
RGB Variations
Color information
#4A154E (or 0x4A154E) is known color: Hot Purple. HEX triplet: 4A, 15 and 4E. RGB value is (74,21,78). Sum of RGB (Red+Green+Blue) = 74+21+78=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A154E is #B5EAB1. Grayscale: #2B2B2B. Windows color (decimal): -11922098 or 5117258. OLE color: 5117258.
HSL color Cylindrical-coordinate representation of color #4A154E: hue angle of 295.79º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A154E is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 21 | 78 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.69 |
| HSL | 295.79º | 0.58% | 0.19% | - |
| HSV(B) | 295.79º | 0.73% | 0.31% | - |
| XYZ | 4.47 | 2.54 | 7.46 | - |
| YUV | 43.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 78 | 0.05 | 0.73 | 0 | 0.69 | 295.79 | 0.58 | 0.19 |
| Hex | 4A | 15 | 4E | 5 | 49 | 0 | 45 | 128 | 3A | 13 |
| Octal | 112 | 25 | 116 | 5 | 111 | 0 | 105 | 450 | 72 | 23 |
| Binary | 1001010 | 10101 | 1001110 | 101 | 1001001 | 0 | 1000101 | 100101000 | 111010 | 10011 |
Color Harmonies of #4A154E
Complementary color
Monochromatic Colors of #4A154E
Black with #4A154E
Text Example
Text Example
White with #4A154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A154E; }
p { color: rgb(74,21,78); }
H1.HeaderClassName
{
color: #4A154E;
}
.AnyTagClassName
{
color: #4A154E;
}
</style>
background-color css
<style>
a { background-color: #4A154E; }
a { background-color: rgb(74,21,78); }
div.DivClassName
{
background-color: #4A154E;
}
.BgClassName
{
background-color: #4A154E;
}
</style>
border-color css
<style>
span { border-color: #4A154E; }
span { border-color: rgb(74,21,78); }
td.TdClassName
{
border-color: #4A154E;
}
.TagClassName
{
border-color: #4A154E;
}
</style>