Shades of Hot Purple #47204F
Tints of Hot Purple #47204F
RGB
CMYK
RGB Variations
Color information
#47204F (or 0x47204F) is known color: Hot Purple. HEX triplet: 47, 20 and 4F. RGB value is (71,32,79). Sum of RGB (Red+Green+Blue) = 71+32+79=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #47204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47204F is #B8DFB0. Grayscale: #303030. Windows color (decimal): -12115889 or 5185607. OLE color: 5185607.
HSL color Cylindrical-coordinate representation of color #47204F: hue angle of 289.79º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47204F is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 32 | 79 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.69 |
| HSL | 289.79º | 0.42% | 0.22% | - |
| HSV(B) | 289.79º | 0.59% | 0.31% | - |
| XYZ | 4.53 | 2.94 | 7.73 | - |
| YUV | 49.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 79 | 0.10 | 0.59 | 0 | 0.69 | 289.79 | 0.42 | 0.22 |
| Hex | 47 | 20 | 4F | A | 3B | 0 | 45 | 122 | 2A | 16 |
| Octal | 107 | 40 | 117 | 12 | 73 | 0 | 105 | 442 | 52 | 26 |
| Binary | 1000111 | 100000 | 1001111 | 1010 | 111011 | 0 | 1000101 | 100100010 | 101010 | 10110 |
Color Harmonies of #47204F
Complementary color
Monochromatic Colors of #47204F
Black with #47204F
Text Example
Text Example
White with #47204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47204F; }
p { color: rgb(71,32,79); }
H1.HeaderClassName
{
color: #47204F;
}
.AnyTagClassName
{
color: #47204F;
}
</style>
background-color css
<style>
a { background-color: #47204F; }
a { background-color: rgb(71,32,79); }
div.DivClassName
{
background-color: #47204F;
}
.BgClassName
{
background-color: #47204F;
}
</style>
border-color css
<style>
span { border-color: #47204F; }
span { border-color: rgb(71,32,79); }
td.TdClassName
{
border-color: #47204F;
}
.TagClassName
{
border-color: #47204F;
}
</style>