Shades of Hot Purple #471A4D
Tints of Hot Purple #471A4D
RGB
CMYK
RGB Variations
Color information
#471A4D (or 0x471A4D) is known color: Hot Purple. HEX triplet: 47, 1A and 4D. RGB value is (71,26,77). Sum of RGB (Red+Green+Blue) = 71+26+77=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #471A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A4D is #B8E5B2. Grayscale: #2D2D2D. Windows color (decimal): -12117427 or 5052999. OLE color: 5052999.
HSL color Cylindrical-coordinate representation of color #471A4D: hue angle of 292.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #471A4D is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 26 | 77 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.70 |
| HSL | 292.94º | 0.5% | 0.2% | - |
| HSV(B) | 292.94º | 0.66% | 0.3% | - |
| XYZ | 4.31 | 2.61 | 7.3 | - |
| YUV | 45.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 77 | 0.08 | 0.66 | 0 | 0.70 | 292.94 | 0.5 | 0.2 |
| Hex | 47 | 1A | 4D | 8 | 42 | 0 | 46 | 125 | 32 | 14 |
| Octal | 107 | 32 | 115 | 10 | 102 | 0 | 106 | 445 | 62 | 24 |
| Binary | 1000111 | 11010 | 1001101 | 1000 | 1000010 | 0 | 1000110 | 100100101 | 110010 | 10100 |
Color Harmonies of #471A4D
Complementary color
Monochromatic Colors of #471A4D
Black with #471A4D
Text Example
Text Example
White with #471A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A4D; }
p { color: rgb(71,26,77); }
H1.HeaderClassName
{
color: #471A4D;
}
.AnyTagClassName
{
color: #471A4D;
}
</style>
background-color css
<style>
a { background-color: #471A4D; }
a { background-color: rgb(71,26,77); }
div.DivClassName
{
background-color: #471A4D;
}
.BgClassName
{
background-color: #471A4D;
}
</style>
border-color css
<style>
span { border-color: #471A4D; }
span { border-color: rgb(71,26,77); }
td.TdClassName
{
border-color: #471A4D;
}
.TagClassName
{
border-color: #471A4D;
}
</style>