Shades of Hot Purple #47114B
Tints of Hot Purple #47114B
RGB
CMYK
RGB Variations
Color information
#47114B (or 0x47114B) is known color: Hot Purple. HEX triplet: 47, 11 and 4B. RGB value is (71,17,75). Sum of RGB (Red+Green+Blue) = 71+17+75=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #47114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47114B is #B8EEB4. Grayscale: #272727. Windows color (decimal): -12119733 or 4919623. OLE color: 4919623.
HSL color Cylindrical-coordinate representation of color #47114B: hue angle of 295.86º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47114B is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 17 | 75 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.71 |
| HSL | 295.86º | 0.63% | 0.18% | - |
| HSV(B) | 295.86º | 0.77% | 0.29% | - |
| XYZ | 4.07 | 2.25 | 6.88 | - |
| YUV | 39.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 75 | 0.05 | 0.77 | 0 | 0.71 | 295.86 | 0.63 | 0.18 |
| Hex | 47 | 11 | 4B | 5 | 4D | 0 | 47 | 128 | 3F | 12 |
| Octal | 107 | 21 | 113 | 5 | 115 | 0 | 107 | 450 | 77 | 22 |
| Binary | 1000111 | 10001 | 1001011 | 101 | 1001101 | 0 | 1000111 | 100101000 | 111111 | 10010 |
Color Harmonies of #47114B
Complementary color
Monochromatic Colors of #47114B
Black with #47114B
Text Example
Text Example
White with #47114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47114B; }
p { color: rgb(71,17,75); }
H1.HeaderClassName
{
color: #47114B;
}
.AnyTagClassName
{
color: #47114B;
}
</style>
background-color css
<style>
a { background-color: #47114B; }
a { background-color: rgb(71,17,75); }
div.DivClassName
{
background-color: #47114B;
}
.BgClassName
{
background-color: #47114B;
}
</style>
border-color css
<style>
span { border-color: #47114B; }
span { border-color: rgb(71,17,75); }
td.TdClassName
{
border-color: #47114B;
}
.TagClassName
{
border-color: #47114B;
}
</style>