Shades of Hot Purple #471A4C
Tints of Hot Purple #471A4C
RGB
CMYK
RGB Variations
Color information
#471A4C (or 0x471A4C) is known color: Hot Purple. HEX triplet: 47, 1A and 4C. RGB value is (71,26,76). Sum of RGB (Red+Green+Blue) = 71+26+76=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #471A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A4C is #B8E5B3. Grayscale: #2D2D2D. Windows color (decimal): -12117428 or 4987463. OLE color: 4987463.
HSL color Cylindrical-coordinate representation of color #471A4C: hue angle of 294º degrees, saturation: 0.49, 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 #471A4C is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 26 | 76 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.70 |
| HSL | 294º | 0.49% | 0.2% | - |
| HSV(B) | 294º | 0.66% | 0.3% | - |
| XYZ | 4.27 | 2.6 | 7.11 | - |
| YUV | 45.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 76 | 0.07 | 0.66 | 0 | 0.70 | 294 | 0.49 | 0.2 |
| Hex | 47 | 1A | 4C | 7 | 42 | 0 | 46 | 126 | 31 | 14 |
| Octal | 107 | 32 | 114 | 7 | 102 | 0 | 106 | 446 | 61 | 24 |
| Binary | 1000111 | 11010 | 1001100 | 111 | 1000010 | 0 | 1000110 | 100100110 | 110001 | 10100 |
Color Harmonies of #471A4C
Complementary color
Monochromatic Colors of #471A4C
Black with #471A4C
Text Example
Text Example
White with #471A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A4C; }
p { color: rgb(71,26,76); }
H1.HeaderClassName
{
color: #471A4C;
}
.AnyTagClassName
{
color: #471A4C;
}
</style>
background-color css
<style>
a { background-color: #471A4C; }
a { background-color: rgb(71,26,76); }
div.DivClassName
{
background-color: #471A4C;
}
.BgClassName
{
background-color: #471A4C;
}
</style>
border-color css
<style>
span { border-color: #471A4C; }
span { border-color: rgb(71,26,76); }
td.TdClassName
{
border-color: #471A4C;
}
.TagClassName
{
border-color: #471A4C;
}
</style>