Shades of Hot Purple #472D4E
Tints of Hot Purple #472D4E
RGB
CMYK
RGB Variations
Color information
#472D4E (or 0x472D4E) is known color: Hot Purple. HEX triplet: 47, 2D and 4E. RGB value is (71,45,78). Sum of RGB (Red+Green+Blue) = 71+45+78=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #472D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D4E is #B8D2B1. Grayscale: #383838. Windows color (decimal): -12112562 or 5123399. OLE color: 5123399.
HSL color Cylindrical-coordinate representation of color #472D4E: hue angle of 287.27º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472D4E is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 45 | 78 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.69 |
| HSL | 287.27º | 0.27% | 0.24% | - |
| HSV(B) | 287.27º | 0.42% | 0.31% | - |
| XYZ | 4.91 | 3.77 | 7.68 | - |
| YUV | 56.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 78 | 0.09 | 0.42 | 0 | 0.69 | 287.27 | 0.27 | 0.24 |
| Hex | 47 | 2D | 4E | 9 | 2A | 0 | 45 | 11F | 1B | 18 |
| Octal | 107 | 55 | 116 | 11 | 52 | 0 | 105 | 437 | 33 | 30 |
| Binary | 1000111 | 101101 | 1001110 | 1001 | 101010 | 0 | 1000101 | 100011111 | 11011 | 11000 |
Color Harmonies of #472D4E
Complementary color
Monochromatic Colors of #472D4E
Black with #472D4E
Text Example
Text Example
White with #472D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D4E; }
p { color: rgb(71,45,78); }
H1.HeaderClassName
{
color: #472D4E;
}
.AnyTagClassName
{
color: #472D4E;
}
</style>
background-color css
<style>
a { background-color: #472D4E; }
a { background-color: rgb(71,45,78); }
div.DivClassName
{
background-color: #472D4E;
}
.BgClassName
{
background-color: #472D4E;
}
</style>
border-color css
<style>
span { border-color: #472D4E; }
span { border-color: rgb(71,45,78); }
td.TdClassName
{
border-color: #472D4E;
}
.TagClassName
{
border-color: #472D4E;
}
</style>