Shades of Hot Purple #470551
Tints of Hot Purple #470551
RGB
CMYK
RGB Variations
Color information
#470551 (or 0x470551) is known color: Hot Purple. HEX triplet: 47, 05 and 51. RGB value is (71,5,81). Sum of RGB (Red+Green+Blue) = 71+5+81=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #470551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470551 is #B8FAAE. Grayscale: #212121. Windows color (decimal): -12122799 or 5309767. OLE color: 5309767.
HSL color Cylindrical-coordinate representation of color #470551: hue angle of 292.11º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470551 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 5 | 81 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.68 |
| HSL | 292.11º | 0.88% | 0.17% | - |
| HSV(B) | 292.11º | 0.94% | 0.32% | - |
| XYZ | 4.14 | 2.04 | 7.96 | - |
| YUV | 33.4 | 154.87 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 81 | 0.12 | 0.94 | 0 | 0.68 | 292.11 | 0.88 | 0.17 |
| Hex | 47 | 5 | 51 | C | 5E | 0 | 44 | 124 | 58 | 11 |
| Octal | 107 | 5 | 121 | 14 | 136 | 0 | 104 | 444 | 130 | 21 |
| Binary | 1000111 | 101 | 1010001 | 1100 | 1011110 | 0 | 1000100 | 100100100 | 1011000 | 10001 |
Color Harmonies of #470551
Complementary color
Monochromatic Colors of #470551
Black with #470551
Text Example
Text Example
White with #470551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470551; }
p { color: rgb(71,5,81); }
H1.HeaderClassName
{
color: #470551;
}
.AnyTagClassName
{
color: #470551;
}
</style>
background-color css
<style>
a { background-color: #470551; }
a { background-color: rgb(71,5,81); }
div.DivClassName
{
background-color: #470551;
}
.BgClassName
{
background-color: #470551;
}
</style>
border-color css
<style>
span { border-color: #470551; }
span { border-color: rgb(71,5,81); }
td.TdClassName
{
border-color: #470551;
}
.TagClassName
{
border-color: #470551;
}
</style>