Shades of Hot Purple #471D50
Tints of Hot Purple #471D50
RGB
CMYK
RGB Variations
Color information
#471D50 (or 0x471D50) is known color: Hot Purple. HEX triplet: 47, 1D and 50. RGB value is (71,29,80). Sum of RGB (Red+Green+Blue) = 71+29+80=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #471D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D50 is #B8E2AF. Grayscale: #2F2F2F. Windows color (decimal): -12116656 or 5250375. OLE color: 5250375.
HSL color Cylindrical-coordinate representation of color #471D50: hue angle of 289.41º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #471D50 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 29 | 80 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.69 |
| HSL | 289.41º | 0.47% | 0.21% | - |
| HSV(B) | 289.41º | 0.64% | 0.31% | - |
| XYZ | 4.49 | 2.8 | 7.89 | - |
| YUV | 47.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 80 | 0.11 | 0.64 | 0 | 0.69 | 289.41 | 0.47 | 0.21 |
| Hex | 47 | 1D | 50 | B | 40 | 0 | 45 | 121 | 2F | 15 |
| Octal | 107 | 35 | 120 | 13 | 100 | 0 | 105 | 441 | 57 | 25 |
| Binary | 1000111 | 11101 | 1010000 | 1011 | 1000000 | 0 | 1000101 | 100100001 | 101111 | 10101 |
Color Harmonies of #471D50
Complementary color
Monochromatic Colors of #471D50
Black with #471D50
Text Example
Text Example
White with #471D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D50; }
p { color: rgb(71,29,80); }
H1.HeaderClassName
{
color: #471D50;
}
.AnyTagClassName
{
color: #471D50;
}
</style>
background-color css
<style>
a { background-color: #471D50; }
a { background-color: rgb(71,29,80); }
div.DivClassName
{
background-color: #471D50;
}
.BgClassName
{
background-color: #471D50;
}
</style>
border-color css
<style>
span { border-color: #471D50; }
span { border-color: rgb(71,29,80); }
td.TdClassName
{
border-color: #471D50;
}
.TagClassName
{
border-color: #471D50;
}
</style>