Shades of Hot Purple #47184A
Tints of Hot Purple #47184A
RGB
CMYK
RGB Variations
Color information
#47184A (or 0x47184A) is known color: Hot Purple. HEX triplet: 47, 18 and 4A. RGB value is (71,24,74). Sum of RGB (Red+Green+Blue) = 71+24+74=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #47184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47184A is #B8E7B5. Grayscale: #2B2B2B. Windows color (decimal): -12117942 or 4855879. OLE color: 4855879.
HSL color Cylindrical-coordinate representation of color #47184A: hue angle of 296.4º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47184A is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 24 | 74 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.71 |
| HSL | 296.4º | 0.51% | 0.19% | - |
| HSV(B) | 296.4º | 0.68% | 0.29% | - |
| XYZ | 4.16 | 2.49 | 6.74 | - |
| YUV | 43.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 74 | 0.04 | 0.68 | 0 | 0.71 | 296.4 | 0.51 | 0.19 |
| Hex | 47 | 18 | 4A | 4 | 44 | 0 | 47 | 128 | 33 | 13 |
| Octal | 107 | 30 | 112 | 4 | 104 | 0 | 107 | 450 | 63 | 23 |
| Binary | 1000111 | 11000 | 1001010 | 100 | 1000100 | 0 | 1000111 | 100101000 | 110011 | 10011 |
Color Harmonies of #47184A
Complementary color
Monochromatic Colors of #47184A
Black with #47184A
Text Example
Text Example
White with #47184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47184A; }
p { color: rgb(71,24,74); }
H1.HeaderClassName
{
color: #47184A;
}
.AnyTagClassName
{
color: #47184A;
}
</style>
background-color css
<style>
a { background-color: #47184A; }
a { background-color: rgb(71,24,74); }
div.DivClassName
{
background-color: #47184A;
}
.BgClassName
{
background-color: #47184A;
}
</style>
border-color css
<style>
span { border-color: #47184A; }
span { border-color: rgb(71,24,74); }
td.TdClassName
{
border-color: #47184A;
}
.TagClassName
{
border-color: #47184A;
}
</style>