Shades of Hot Purple #470F50
Tints of Hot Purple #470F50
RGB
CMYK
RGB Variations
Color information
#470F50 (or 0x470F50) is known color: Hot Purple. HEX triplet: 47, 0F and 50. RGB value is (71,15,80). Sum of RGB (Red+Green+Blue) = 71+15+80=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #470F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F50 is #B8F0AF. Grayscale: #262626. Windows color (decimal): -12120240 or 5246791. OLE color: 5246791.
HSL color Cylindrical-coordinate representation of color #470F50: hue angle of 291.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #470F50 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 15 | 80 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.69 |
| HSL | 291.69º | 0.68% | 0.19% | - |
| HSV(B) | 291.69º | 0.81% | 0.31% | - |
| XYZ | 4.22 | 2.26 | 7.8 | - |
| YUV | 39.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 80 | 0.11 | 0.81 | 0 | 0.69 | 291.69 | 0.68 | 0.19 |
| Hex | 47 | F | 50 | B | 51 | 0 | 45 | 124 | 44 | 13 |
| Octal | 107 | 17 | 120 | 13 | 121 | 0 | 105 | 444 | 104 | 23 |
| Binary | 1000111 | 1111 | 1010000 | 1011 | 1010001 | 0 | 1000101 | 100100100 | 1000100 | 10011 |
Color Harmonies of #470F50
Complementary color
Monochromatic Colors of #470F50
Black with #470F50
Text Example
Text Example
White with #470F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F50; }
p { color: rgb(71,15,80); }
H1.HeaderClassName
{
color: #470F50;
}
.AnyTagClassName
{
color: #470F50;
}
</style>
background-color css
<style>
a { background-color: #470F50; }
a { background-color: rgb(71,15,80); }
div.DivClassName
{
background-color: #470F50;
}
.BgClassName
{
background-color: #470F50;
}
</style>
border-color css
<style>
span { border-color: #470F50; }
span { border-color: rgb(71,15,80); }
td.TdClassName
{
border-color: #470F50;
}
.TagClassName
{
border-color: #470F50;
}
</style>