Shades of Hot Purple #471850
Tints of Hot Purple #471850
RGB
CMYK
RGB Variations
Color information
#471850 (or 0x471850) is known color: Hot Purple. HEX triplet: 47, 18 and 50. RGB value is (71,24,80). Sum of RGB (Red+Green+Blue) = 71+24+80=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #471850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471850 is #B8E7AF. Grayscale: #2C2C2C. Windows color (decimal): -12117936 or 5249095. OLE color: 5249095.
HSL color Cylindrical-coordinate representation of color #471850: hue angle of 290.36º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471850 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 24 | 80 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.69 |
| HSL | 290.36º | 0.54% | 0.2% | - |
| HSV(B) | 290.36º | 0.7% | 0.31% | - |
| XYZ | 4.37 | 2.57 | 7.86 | - |
| YUV | 44.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 80 | 0.11 | 0.70 | 0 | 0.69 | 290.36 | 0.54 | 0.2 |
| Hex | 47 | 18 | 50 | B | 46 | 0 | 45 | 122 | 36 | 14 |
| Octal | 107 | 30 | 120 | 13 | 106 | 0 | 105 | 442 | 66 | 24 |
| Binary | 1000111 | 11000 | 1010000 | 1011 | 1000110 | 0 | 1000101 | 100100010 | 110110 | 10100 |
Color Harmonies of #471850
Complementary color
Monochromatic Colors of #471850
Black with #471850
Text Example
Text Example
White with #471850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471850; }
p { color: rgb(71,24,80); }
H1.HeaderClassName
{
color: #471850;
}
.AnyTagClassName
{
color: #471850;
}
</style>
background-color css
<style>
a { background-color: #471850; }
a { background-color: rgb(71,24,80); }
div.DivClassName
{
background-color: #471850;
}
.BgClassName
{
background-color: #471850;
}
</style>
border-color css
<style>
span { border-color: #471850; }
span { border-color: rgb(71,24,80); }
td.TdClassName
{
border-color: #471850;
}
.TagClassName
{
border-color: #471850;
}
</style>