Shades of Hot Purple #4A2749
Tints of Hot Purple #4A2749
RGB
CMYK
RGB Variations
Color information
#4A2749 (or 0x4A2749) is known color: Hot Purple. HEX triplet: 4A, 27 and 49. RGB value is (74,39,73). Sum of RGB (Red+Green+Blue) = 74+39+73=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2749 is #B5D8B6. Grayscale: #353535. Windows color (decimal): -11917495 or 4794186. OLE color: 4794186.
HSL color Cylindrical-coordinate representation of color #4A2749: hue angle of 301.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A2749 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 73 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.71 |
| HSL | 301.71º | 0.31% | 0.22% | - |
| HSV(B) | 301.71º | 0.47% | 0.29% | - |
| XYZ | 4.75 | 3.39 | 6.71 | - |
| YUV | 53.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 73 | 0 | 0.47 | 0.01 | 0.71 | 301.71 | 0.31 | 0.22 |
| Hex | 4A | 27 | 49 | 0 | 2F | 1 | 47 | 12E | 1F | 16 |
| Octal | 112 | 47 | 111 | 0 | 57 | 1 | 107 | 456 | 37 | 26 |
| Binary | 1001010 | 100111 | 1001001 | 0 | 101111 | 1 | 1000111 | 100101110 | 11111 | 10110 |
Color Harmonies of #4A2749
Complementary color
Monochromatic Colors of #4A2749
Black with #4A2749
Text Example
Text Example
White with #4A2749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2749; }
p { color: rgb(74,39,73); }
H1.HeaderClassName
{
color: #4A2749;
}
.AnyTagClassName
{
color: #4A2749;
}
</style>
background-color css
<style>
a { background-color: #4A2749; }
a { background-color: rgb(74,39,73); }
div.DivClassName
{
background-color: #4A2749;
}
.BgClassName
{
background-color: #4A2749;
}
</style>
border-color css
<style>
span { border-color: #4A2749; }
span { border-color: rgb(74,39,73); }
td.TdClassName
{
border-color: #4A2749;
}
.TagClassName
{
border-color: #4A2749;
}
</style>