Shades of Hot Purple #470B51
Tints of Hot Purple #470B51
RGB
CMYK
RGB Variations
Color information
#470B51 (or 0x470B51) is known color: Hot Purple. HEX triplet: 47, 0B and 51. RGB value is (71,11,81). Sum of RGB (Red+Green+Blue) = 71+11+81=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #470B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B51 is #B8F4AE. Grayscale: #242424. Windows color (decimal): -12121263 or 5311303. OLE color: 5311303.
HSL color Cylindrical-coordinate representation of color #470B51: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470B51 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 11 | 81 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.68 |
| HSL | 291.43º | 0.76% | 0.18% | - |
| HSV(B) | 291.43º | 0.86% | 0.32% | - |
| XYZ | 4.2 | 2.17 | 7.98 | - |
| YUV | 36.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 11 | 81 | 0.12 | 0.86 | 0 | 0.68 | 291.43 | 0.76 | 0.18 |
| Hex | 47 | B | 51 | C | 56 | 0 | 44 | 123 | 4C | 12 |
| Octal | 107 | 13 | 121 | 14 | 126 | 0 | 104 | 443 | 114 | 22 |
| Binary | 1000111 | 1011 | 1010001 | 1100 | 1010110 | 0 | 1000100 | 100100011 | 1001100 | 10010 |
Color Harmonies of #470B51
Complementary color
Monochromatic Colors of #470B51
Black with #470B51
Text Example
Text Example
White with #470B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470B51; }
p { color: rgb(71,11,81); }
H1.HeaderClassName
{
color: #470B51;
}
.AnyTagClassName
{
color: #470B51;
}
</style>
background-color css
<style>
a { background-color: #470B51; }
a { background-color: rgb(71,11,81); }
div.DivClassName
{
background-color: #470B51;
}
.BgClassName
{
background-color: #470B51;
}
</style>
border-color css
<style>
span { border-color: #470B51; }
span { border-color: rgb(71,11,81); }
td.TdClassName
{
border-color: #470B51;
}
.TagClassName
{
border-color: #470B51;
}
</style>