Shades of Hot Purple #471A4E
Tints of Hot Purple #471A4E
RGB
CMYK
RGB Variations
Color information
#471A4E (or 0x471A4E) is known color: Hot Purple. HEX triplet: 47, 1A and 4E. RGB value is (71,26,78). Sum of RGB (Red+Green+Blue) = 71+26+78=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #471A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A4E is #B8E5B1. Grayscale: #2D2D2D. Windows color (decimal): -12117426 or 5118535. OLE color: 5118535.
HSL color Cylindrical-coordinate representation of color #471A4E: hue angle of 291.92º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #471A4E is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 26 | 78 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.69 |
| HSL | 291.92º | 0.5% | 0.2% | - |
| HSV(B) | 291.92º | 0.67% | 0.31% | - |
| XYZ | 4.34 | 2.63 | 7.49 | - |
| YUV | 45.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 78 | 0.09 | 0.67 | 0 | 0.69 | 291.92 | 0.5 | 0.2 |
| Hex | 47 | 1A | 4E | 9 | 43 | 0 | 45 | 124 | 32 | 14 |
| Octal | 107 | 32 | 116 | 11 | 103 | 0 | 105 | 444 | 62 | 24 |
| Binary | 1000111 | 11010 | 1001110 | 1001 | 1000011 | 0 | 1000101 | 100100100 | 110010 | 10100 |
Color Harmonies of #471A4E
Complementary color
Monochromatic Colors of #471A4E
Black with #471A4E
Text Example
Text Example
White with #471A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A4E; }
p { color: rgb(71,26,78); }
H1.HeaderClassName
{
color: #471A4E;
}
.AnyTagClassName
{
color: #471A4E;
}
</style>
background-color css
<style>
a { background-color: #471A4E; }
a { background-color: rgb(71,26,78); }
div.DivClassName
{
background-color: #471A4E;
}
.BgClassName
{
background-color: #471A4E;
}
</style>
border-color css
<style>
span { border-color: #471A4E; }
span { border-color: rgb(71,26,78); }
td.TdClassName
{
border-color: #471A4E;
}
.TagClassName
{
border-color: #471A4E;
}
</style>