Shades of Hot Purple #47134A
Tints of Hot Purple #47134A
RGB
CMYK
RGB Variations
Color information
#47134A (or 0x47134A) is known color: Hot Purple. HEX triplet: 47, 13 and 4A. RGB value is (71,19,74). Sum of RGB (Red+Green+Blue) = 71+19+74=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #47134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47134A is #B8ECB5. Grayscale: #282828. Windows color (decimal): -12119222 or 4854599. OLE color: 4854599.
HSL color Cylindrical-coordinate representation of color #47134A: hue angle of 296.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47134A is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 19 | 74 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.71 |
| HSL | 296.73º | 0.59% | 0.18% | - |
| HSV(B) | 296.73º | 0.74% | 0.29% | - |
| XYZ | 4.07 | 2.3 | 6.71 | - |
| YUV | 40.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 74 | 0.04 | 0.74 | 0 | 0.71 | 296.73 | 0.59 | 0.18 |
| Hex | 47 | 13 | 4A | 4 | 4A | 0 | 47 | 129 | 3B | 12 |
| Octal | 107 | 23 | 112 | 4 | 112 | 0 | 107 | 451 | 73 | 22 |
| Binary | 1000111 | 10011 | 1001010 | 100 | 1001010 | 0 | 1000111 | 100101001 | 111011 | 10010 |
Color Harmonies of #47134A
Complementary color
Monochromatic Colors of #47134A
Black with #47134A
Text Example
Text Example
White with #47134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47134A; }
p { color: rgb(71,19,74); }
H1.HeaderClassName
{
color: #47134A;
}
.AnyTagClassName
{
color: #47134A;
}
</style>
background-color css
<style>
a { background-color: #47134A; }
a { background-color: rgb(71,19,74); }
div.DivClassName
{
background-color: #47134A;
}
.BgClassName
{
background-color: #47134A;
}
</style>
border-color css
<style>
span { border-color: #47134A; }
span { border-color: rgb(71,19,74); }
td.TdClassName
{
border-color: #47134A;
}
.TagClassName
{
border-color: #47134A;
}
</style>