Shades of Hot Purple #47134D
Tints of Hot Purple #47134D
RGB
CMYK
RGB Variations
Color information
#47134D (or 0x47134D) is known color: Hot Purple. HEX triplet: 47, 13 and 4D. RGB value is (71,19,77). Sum of RGB (Red+Green+Blue) = 71+19+77=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #47134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47134D is #B8ECB2. Grayscale: #282828. Windows color (decimal): -12119219 or 5051207. OLE color: 5051207.
HSL color Cylindrical-coordinate representation of color #47134D: hue angle of 293.79º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47134D is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 19 | 77 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.70 |
| HSL | 293.79º | 0.6% | 0.19% | - |
| HSV(B) | 293.79º | 0.75% | 0.3% | - |
| XYZ | 4.17 | 2.34 | 7.25 | - |
| YUV | 41.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 77 | 0.08 | 0.75 | 0 | 0.70 | 293.79 | 0.6 | 0.19 |
| Hex | 47 | 13 | 4D | 8 | 4B | 0 | 46 | 126 | 3C | 13 |
| Octal | 107 | 23 | 115 | 10 | 113 | 0 | 106 | 446 | 74 | 23 |
| Binary | 1000111 | 10011 | 1001101 | 1000 | 1001011 | 0 | 1000110 | 100100110 | 111100 | 10011 |
Color Harmonies of #47134D
Complementary color
Monochromatic Colors of #47134D
Black with #47134D
Text Example
Text Example
White with #47134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47134D; }
p { color: rgb(71,19,77); }
H1.HeaderClassName
{
color: #47134D;
}
.AnyTagClassName
{
color: #47134D;
}
</style>
background-color css
<style>
a { background-color: #47134D; }
a { background-color: rgb(71,19,77); }
div.DivClassName
{
background-color: #47134D;
}
.BgClassName
{
background-color: #47134D;
}
</style>
border-color css
<style>
span { border-color: #47134D; }
span { border-color: rgb(71,19,77); }
td.TdClassName
{
border-color: #47134D;
}
.TagClassName
{
border-color: #47134D;
}
</style>