Shades of Hot Purple #49274B
Tints of Hot Purple #49274B
RGB
CMYK
RGB Variations
Color information
#49274B (or 0x49274B) is known color: Hot Purple. HEX triplet: 49, 27 and 4B. RGB value is (73,39,75). Sum of RGB (Red+Green+Blue) = 73+39+75=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #49274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49274B is #B6D8B4. Grayscale: #353535. Windows color (decimal): -11983029 or 4925257. OLE color: 4925257.
HSL color Cylindrical-coordinate representation of color #49274B: hue angle of 296.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49274B is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 39 | 75 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.71 |
| HSL | 296.67º | 0.32% | 0.22% | - |
| HSV(B) | 296.67º | 0.48% | 0.29% | - |
| XYZ | 4.74 | 3.38 | 7.06 | - |
| YUV | 53.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 75 | 0.03 | 0.48 | 0 | 0.71 | 296.67 | 0.32 | 0.22 |
| Hex | 49 | 27 | 4B | 3 | 30 | 0 | 47 | 129 | 20 | 16 |
| Octal | 111 | 47 | 113 | 3 | 60 | 0 | 107 | 451 | 40 | 26 |
| Binary | 1001001 | 100111 | 1001011 | 11 | 110000 | 0 | 1000111 | 100101001 | 100000 | 10110 |
Color Harmonies of #49274B
Complementary color
Monochromatic Colors of #49274B
Black with #49274B
Text Example
Text Example
White with #49274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49274B; }
p { color: rgb(73,39,75); }
H1.HeaderClassName
{
color: #49274B;
}
.AnyTagClassName
{
color: #49274B;
}
</style>
background-color css
<style>
a { background-color: #49274B; }
a { background-color: rgb(73,39,75); }
div.DivClassName
{
background-color: #49274B;
}
.BgClassName
{
background-color: #49274B;
}
</style>
border-color css
<style>
span { border-color: #49274B; }
span { border-color: rgb(73,39,75); }
td.TdClassName
{
border-color: #49274B;
}
.TagClassName
{
border-color: #49274B;
}
</style>