Shades of Hot Purple #471A50
Tints of Hot Purple #471A50
RGB
CMYK
RGB Variations
Color information
#471A50 (or 0x471A50) is known color: Hot Purple. HEX triplet: 47, 1A and 50. RGB value is (71,26,80). Sum of RGB (Red+Green+Blue) = 71+26+80=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #471A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A50 is #B8E5AF. Grayscale: #2D2D2D. Windows color (decimal): -12117424 or 5249607. OLE color: 5249607.
HSL color Cylindrical-coordinate representation of color #471A50: hue angle of 290º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471A50 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 26 | 80 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.69 |
| HSL | 290º | 0.51% | 0.21% | - |
| HSV(B) | 290º | 0.68% | 0.31% | - |
| XYZ | 4.42 | 2.66 | 7.87 | - |
| YUV | 45.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 80 | 0.11 | 0.67 | 0 | 0.69 | 290 | 0.51 | 0.21 |
| Hex | 47 | 1A | 50 | B | 43 | 0 | 45 | 122 | 33 | 15 |
| Octal | 107 | 32 | 120 | 13 | 103 | 0 | 105 | 442 | 63 | 25 |
| Binary | 1000111 | 11010 | 1010000 | 1011 | 1000011 | 0 | 1000101 | 100100010 | 110011 | 10101 |
Color Harmonies of #471A50
Complementary color
Monochromatic Colors of #471A50
Black with #471A50
Text Example
Text Example
White with #471A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A50; }
p { color: rgb(71,26,80); }
H1.HeaderClassName
{
color: #471A50;
}
.AnyTagClassName
{
color: #471A50;
}
</style>
background-color css
<style>
a { background-color: #471A50; }
a { background-color: rgb(71,26,80); }
div.DivClassName
{
background-color: #471A50;
}
.BgClassName
{
background-color: #471A50;
}
</style>
border-color css
<style>
span { border-color: #471A50; }
span { border-color: rgb(71,26,80); }
td.TdClassName
{
border-color: #471A50;
}
.TagClassName
{
border-color: #471A50;
}
</style>