Shades of Hot Purple #47134C
Tints of Hot Purple #47134C
RGB
CMYK
RGB Variations
Color information
#47134C (or 0x47134C) is known color: Hot Purple. HEX triplet: 47, 13 and 4C. RGB value is (71,19,76). Sum of RGB (Red+Green+Blue) = 71+19+76=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #47134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47134C is #B8ECB3. Grayscale: #282828. Windows color (decimal): -12119220 or 4985671. OLE color: 4985671.
HSL color Cylindrical-coordinate representation of color #47134C: hue angle of 294.74º 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 #47134C is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 19 | 76 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.70 |
| HSL | 294.74º | 0.6% | 0.19% | - |
| HSV(B) | 294.74º | 0.75% | 0.3% | - |
| XYZ | 4.14 | 2.33 | 7.07 | - |
| YUV | 41.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 76 | 0.07 | 0.75 | 0 | 0.70 | 294.74 | 0.6 | 0.19 |
| Hex | 47 | 13 | 4C | 7 | 4B | 0 | 46 | 127 | 3C | 13 |
| Octal | 107 | 23 | 114 | 7 | 113 | 0 | 106 | 447 | 74 | 23 |
| Binary | 1000111 | 10011 | 1001100 | 111 | 1001011 | 0 | 1000110 | 100100111 | 111100 | 10011 |
Color Harmonies of #47134C
Complementary color
Monochromatic Colors of #47134C
Black with #47134C
Text Example
Text Example
White with #47134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47134C; }
p { color: rgb(71,19,76); }
H1.HeaderClassName
{
color: #47134C;
}
.AnyTagClassName
{
color: #47134C;
}
</style>
background-color css
<style>
a { background-color: #47134C; }
a { background-color: rgb(71,19,76); }
div.DivClassName
{
background-color: #47134C;
}
.BgClassName
{
background-color: #47134C;
}
</style>
border-color css
<style>
span { border-color: #47134C; }
span { border-color: rgb(71,19,76); }
td.TdClassName
{
border-color: #47134C;
}
.TagClassName
{
border-color: #47134C;
}
</style>