Shades of Hot Purple #4A1748
Tints of Hot Purple #4A1748
RGB
CMYK
RGB Variations
Color information
#4A1748 (or 0x4A1748) is known color: Hot Purple. HEX triplet: 4A, 17 and 48. RGB value is (74,23,72). Sum of RGB (Red+Green+Blue) = 74+23+72=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1748 is #B5E8B7. Grayscale: #2B2B2B. Windows color (decimal): -11921592 or 4724554. OLE color: 4724554.
HSL color Cylindrical-coordinate representation of color #4A1748: hue angle of 302.35º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A1748 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 23 | 72 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.71 |
| HSL | 302.35º | 0.53% | 0.19% | - |
| HSV(B) | 302.35º | 0.69% | 0.29% | - |
| XYZ | 4.3 | 2.54 | 6.39 | - |
| YUV | 43.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 72 | 0 | 0.69 | 0.03 | 0.71 | 302.35 | 0.53 | 0.19 |
| Hex | 4A | 17 | 48 | 0 | 45 | 3 | 47 | 12E | 35 | 13 |
| Octal | 112 | 27 | 110 | 0 | 105 | 3 | 107 | 456 | 65 | 23 |
| Binary | 1001010 | 10111 | 1001000 | 0 | 1000101 | 11 | 1000111 | 100101110 | 110101 | 10011 |
Color Harmonies of #4A1748
Complementary color
Monochromatic Colors of #4A1748
Black with #4A1748
Text Example
Text Example
White with #4A1748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1748; }
p { color: rgb(74,23,72); }
H1.HeaderClassName
{
color: #4A1748;
}
.AnyTagClassName
{
color: #4A1748;
}
</style>
background-color css
<style>
a { background-color: #4A1748; }
a { background-color: rgb(74,23,72); }
div.DivClassName
{
background-color: #4A1748;
}
.BgClassName
{
background-color: #4A1748;
}
</style>
border-color css
<style>
span { border-color: #4A1748; }
span { border-color: rgb(74,23,72); }
td.TdClassName
{
border-color: #4A1748;
}
.TagClassName
{
border-color: #4A1748;
}
</style>