Shades of Hot Purple #472A4B
Tints of Hot Purple #472A4B
RGB
CMYK
RGB Variations
Color information
#472A4B (or 0x472A4B) is known color: Hot Purple. HEX triplet: 47, 2A and 4B. RGB value is (71,42,75). Sum of RGB (Red+Green+Blue) = 71+42+75=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #472A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A4B is #B8D5B4. Grayscale: #363636. Windows color (decimal): -12113333 or 4926023. OLE color: 4926023.
HSL color Cylindrical-coordinate representation of color #472A4B: hue angle of 292.73º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #472A4B is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 42 | 75 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.71 |
| HSL | 292.73º | 0.28% | 0.23% | - |
| HSV(B) | 292.73º | 0.44% | 0.29% | - |
| XYZ | 4.7 | 3.5 | 7.09 | - |
| YUV | 54.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 75 | 0.05 | 0.44 | 0 | 0.71 | 292.73 | 0.28 | 0.23 |
| Hex | 47 | 2A | 4B | 5 | 2C | 0 | 47 | 125 | 1C | 17 |
| Octal | 107 | 52 | 113 | 5 | 54 | 0 | 107 | 445 | 34 | 27 |
| Binary | 1000111 | 101010 | 1001011 | 101 | 101100 | 0 | 1000111 | 100100101 | 11100 | 10111 |
Color Harmonies of #472A4B
Complementary color
Monochromatic Colors of #472A4B
Black with #472A4B
Text Example
Text Example
White with #472A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A4B; }
p { color: rgb(71,42,75); }
H1.HeaderClassName
{
color: #472A4B;
}
.AnyTagClassName
{
color: #472A4B;
}
</style>
background-color css
<style>
a { background-color: #472A4B; }
a { background-color: rgb(71,42,75); }
div.DivClassName
{
background-color: #472A4B;
}
.BgClassName
{
background-color: #472A4B;
}
</style>
border-color css
<style>
span { border-color: #472A4B; }
span { border-color: rgb(71,42,75); }
td.TdClassName
{
border-color: #472A4B;
}
.TagClassName
{
border-color: #472A4B;
}
</style>