Shades of Hot Purple #471150
Tints of Hot Purple #471150
RGB
CMYK
RGB Variations
Color information
#471150 (or 0x471150) is known color: Hot Purple. HEX triplet: 47, 11 and 50. RGB value is (71,17,80). Sum of RGB (Red+Green+Blue) = 71+17+80=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #471150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471150 is #B8EEAF. Grayscale: #282828. Windows color (decimal): -12119728 or 5247303. OLE color: 5247303.
HSL color Cylindrical-coordinate representation of color #471150: hue angle of 291.43º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471150 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 17 | 80 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.69 |
| HSL | 291.43º | 0.65% | 0.19% | - |
| HSV(B) | 291.43º | 0.79% | 0.31% | - |
| XYZ | 4.25 | 2.32 | 7.81 | - |
| YUV | 40.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 80 | 0.11 | 0.79 | 0 | 0.69 | 291.43 | 0.65 | 0.19 |
| Hex | 47 | 11 | 50 | B | 4F | 0 | 45 | 123 | 41 | 13 |
| Octal | 107 | 21 | 120 | 13 | 117 | 0 | 105 | 443 | 101 | 23 |
| Binary | 1000111 | 10001 | 1010000 | 1011 | 1001111 | 0 | 1000101 | 100100011 | 1000001 | 10011 |
Color Harmonies of #471150
Complementary color
Monochromatic Colors of #471150
Black with #471150
Text Example
Text Example
White with #471150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471150; }
p { color: rgb(71,17,80); }
H1.HeaderClassName
{
color: #471150;
}
.AnyTagClassName
{
color: #471150;
}
</style>
background-color css
<style>
a { background-color: #471150; }
a { background-color: rgb(71,17,80); }
div.DivClassName
{
background-color: #471150;
}
.BgClassName
{
background-color: #471150;
}
</style>
border-color css
<style>
span { border-color: #471150; }
span { border-color: rgb(71,17,80); }
td.TdClassName
{
border-color: #471150;
}
.TagClassName
{
border-color: #471150;
}
</style>