Shades of Hot Purple #470D4D
Tints of Hot Purple #470D4D
RGB
CMYK
RGB Variations
Color information
#470D4D (or 0x470D4D) is known color: Hot Purple. HEX triplet: 47, 0D and 4D. RGB value is (71,13,77). Sum of RGB (Red+Green+Blue) = 71+13+77=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #470D4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470D4D is #B8F2B2. Grayscale: #252525. Windows color (decimal): -12120755 or 5049671. OLE color: 5049671.
HSL color Cylindrical-coordinate representation of color #470D4D: hue angle of 294.38º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470D4D is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 13 | 77 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.70 |
| HSL | 294.38º | 0.71% | 0.18% | - |
| HSV(B) | 294.38º | 0.83% | 0.3% | - |
| XYZ | 4.08 | 2.16 | 7.22 | - |
| YUV | 37.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 77 | 0.08 | 0.83 | 0 | 0.70 | 294.38 | 0.71 | 0.18 |
| Hex | 47 | D | 4D | 8 | 53 | 0 | 46 | 126 | 47 | 12 |
| Octal | 107 | 15 | 115 | 10 | 123 | 0 | 106 | 446 | 107 | 22 |
| Binary | 1000111 | 1101 | 1001101 | 1000 | 1010011 | 0 | 1000110 | 100100110 | 1000111 | 10010 |
Color Harmonies of #470D4D
Complementary color
Monochromatic Colors of #470D4D
Black with #470D4D
Text Example
Text Example
White with #470D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D4D; }
p { color: rgb(71,13,77); }
H1.HeaderClassName
{
color: #470D4D;
}
.AnyTagClassName
{
color: #470D4D;
}
</style>
background-color css
<style>
a { background-color: #470D4D; }
a { background-color: rgb(71,13,77); }
div.DivClassName
{
background-color: #470D4D;
}
.BgClassName
{
background-color: #470D4D;
}
</style>
border-color css
<style>
span { border-color: #470D4D; }
span { border-color: rgb(71,13,77); }
td.TdClassName
{
border-color: #470D4D;
}
.TagClassName
{
border-color: #470D4D;
}
</style>