Shades of Hot Purple #471A4F
Tints of Hot Purple #471A4F
RGB
CMYK
RGB Variations
Color information
#471A4F (or 0x471A4F) is known color: Hot Purple. HEX triplet: 47, 1A and 4F. RGB value is (71,26,79). Sum of RGB (Red+Green+Blue) = 71+26+79=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #471A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A4F is #B8E5B0. Grayscale: #2D2D2D. Windows color (decimal): -12117425 or 5184071. OLE color: 5184071.
HSL color Cylindrical-coordinate representation of color #471A4F: hue angle of 290.94º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #471A4F is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 26 | 79 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.69 |
| HSL | 290.94º | 0.5% | 0.21% | - |
| HSV(B) | 290.94º | 0.67% | 0.31% | - |
| XYZ | 4.38 | 2.64 | 7.68 | - |
| YUV | 45.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 79 | 0.10 | 0.67 | 0 | 0.69 | 290.94 | 0.5 | 0.21 |
| Hex | 47 | 1A | 4F | A | 43 | 0 | 45 | 123 | 32 | 15 |
| Octal | 107 | 32 | 117 | 12 | 103 | 0 | 105 | 443 | 62 | 25 |
| Binary | 1000111 | 11010 | 1001111 | 1010 | 1000011 | 0 | 1000101 | 100100011 | 110010 | 10101 |
Color Harmonies of #471A4F
Complementary color
Monochromatic Colors of #471A4F
Black with #471A4F
Text Example
Text Example
White with #471A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A4F; }
p { color: rgb(71,26,79); }
H1.HeaderClassName
{
color: #471A4F;
}
.AnyTagClassName
{
color: #471A4F;
}
</style>
background-color css
<style>
a { background-color: #471A4F; }
a { background-color: rgb(71,26,79); }
div.DivClassName
{
background-color: #471A4F;
}
.BgClassName
{
background-color: #471A4F;
}
</style>
border-color css
<style>
span { border-color: #471A4F; }
span { border-color: rgb(71,26,79); }
td.TdClassName
{
border-color: #471A4F;
}
.TagClassName
{
border-color: #471A4F;
}
</style>