Shades of Hot Purple #47134E
Tints of Hot Purple #47134E
RGB
CMYK
RGB Variations
Color information
#47134E (or 0x47134E) is known color: Hot Purple. HEX triplet: 47, 13 and 4E. RGB value is (71,19,78). Sum of RGB (Red+Green+Blue) = 71+19+78=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #47134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47134E is #B8ECB1. Grayscale: #292929. Windows color (decimal): -12119218 or 5116743. OLE color: 5116743.
HSL color Cylindrical-coordinate representation of color #47134E: hue angle of 292.88º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47134E is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 19 | 78 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.69 |
| HSL | 292.88º | 0.61% | 0.19% | - |
| HSV(B) | 292.88º | 0.76% | 0.31% | - |
| XYZ | 4.21 | 2.36 | 7.44 | - |
| YUV | 41.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 78 | 0.09 | 0.76 | 0 | 0.69 | 292.88 | 0.61 | 0.19 |
| Hex | 47 | 13 | 4E | 9 | 4C | 0 | 45 | 125 | 3D | 13 |
| Octal | 107 | 23 | 116 | 11 | 114 | 0 | 105 | 445 | 75 | 23 |
| Binary | 1000111 | 10011 | 1001110 | 1001 | 1001100 | 0 | 1000101 | 100100101 | 111101 | 10011 |
Color Harmonies of #47134E
Complementary color
Monochromatic Colors of #47134E
Black with #47134E
Text Example
Text Example
White with #47134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47134E; }
p { color: rgb(71,19,78); }
H1.HeaderClassName
{
color: #47134E;
}
.AnyTagClassName
{
color: #47134E;
}
</style>
background-color css
<style>
a { background-color: #47134E; }
a { background-color: rgb(71,19,78); }
div.DivClassName
{
background-color: #47134E;
}
.BgClassName
{
background-color: #47134E;
}
</style>
border-color css
<style>
span { border-color: #47134E; }
span { border-color: rgb(71,19,78); }
td.TdClassName
{
border-color: #47134E;
}
.TagClassName
{
border-color: #47134E;
}
</style>