Shades of Hot Purple #47244A
Tints of Hot Purple #47244A
RGB
CMYK
RGB Variations
Color information
#47244A (or 0x47244A) is known color: Hot Purple. HEX triplet: 47, 24 and 4A. RGB value is (71,36,74). Sum of RGB (Red+Green+Blue) = 71+36+74=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 74 - color contains mainly: blue. Hex color #47244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47244A is #B8DBB5. Grayscale: #323232. Windows color (decimal): -12114870 or 4858951. OLE color: 4858951.
HSL color Cylindrical-coordinate representation of color #47244A: hue angle of 295.26º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47244A is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 36 | 74 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.71 |
| HSL | 295.26º | 0.35% | 0.22% | - |
| HSV(B) | 295.26º | 0.51% | 0.29% | - |
| XYZ | 4.47 | 3.1 | 6.84 | - |
| YUV | 50.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 74 | 0.04 | 0.51 | 0 | 0.71 | 295.26 | 0.35 | 0.22 |
| Hex | 47 | 24 | 4A | 4 | 33 | 0 | 47 | 127 | 23 | 16 |
| Octal | 107 | 44 | 112 | 4 | 63 | 0 | 107 | 447 | 43 | 26 |
| Binary | 1000111 | 100100 | 1001010 | 100 | 110011 | 0 | 1000111 | 100100111 | 100011 | 10110 |
Color Harmonies of #47244A
Complementary color
Monochromatic Colors of #47244A
Black with #47244A
Text Example
Text Example
White with #47244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47244A; }
p { color: rgb(71,36,74); }
H1.HeaderClassName
{
color: #47244A;
}
.AnyTagClassName
{
color: #47244A;
}
</style>
background-color css
<style>
a { background-color: #47244A; }
a { background-color: rgb(71,36,74); }
div.DivClassName
{
background-color: #47244A;
}
.BgClassName
{
background-color: #47244A;
}
</style>
border-color css
<style>
span { border-color: #47244A; }
span { border-color: rgb(71,36,74); }
td.TdClassName
{
border-color: #47244A;
}
.TagClassName
{
border-color: #47244A;
}
</style>