Shades of Hot Purple #471751
Tints of Hot Purple #471751
RGB
CMYK
RGB Variations
Color information
#471751 (or 0x471751) is known color: Hot Purple. HEX triplet: 47, 17 and 51. RGB value is (71,23,81). Sum of RGB (Red+Green+Blue) = 71+23+81=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #471751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471751 is #B8E8AE. Grayscale: #2B2B2B. Windows color (decimal): -12118191 or 5314375. OLE color: 5314375.
HSL color Cylindrical-coordinate representation of color #471751: hue angle of 289.66º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471751 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 23 | 81 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.68 |
| HSL | 289.66º | 0.56% | 0.2% | - |
| HSV(B) | 289.66º | 0.72% | 0.32% | - |
| XYZ | 4.39 | 2.55 | 8.04 | - |
| YUV | 43.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 81 | 0.12 | 0.72 | 0 | 0.68 | 289.66 | 0.56 | 0.2 |
| Hex | 47 | 17 | 51 | C | 48 | 0 | 44 | 122 | 38 | 14 |
| Octal | 107 | 27 | 121 | 14 | 110 | 0 | 104 | 442 | 70 | 24 |
| Binary | 1000111 | 10111 | 1010001 | 1100 | 1001000 | 0 | 1000100 | 100100010 | 111000 | 10100 |
Color Harmonies of #471751
Complementary color
Monochromatic Colors of #471751
Black with #471751
Text Example
Text Example
White with #471751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471751; }
p { color: rgb(71,23,81); }
H1.HeaderClassName
{
color: #471751;
}
.AnyTagClassName
{
color: #471751;
}
</style>
background-color css
<style>
a { background-color: #471751; }
a { background-color: rgb(71,23,81); }
div.DivClassName
{
background-color: #471751;
}
.BgClassName
{
background-color: #471751;
}
</style>
border-color css
<style>
span { border-color: #471751; }
span { border-color: rgb(71,23,81); }
td.TdClassName
{
border-color: #471751;
}
.TagClassName
{
border-color: #471751;
}
</style>