Shades of Hot Purple #472B4B
Tints of Hot Purple #472B4B
RGB
CMYK
RGB Variations
Color information
#472B4B (or 0x472B4B) is known color: Hot Purple. HEX triplet: 47, 2B and 4B. RGB value is (71,43,75). Sum of RGB (Red+Green+Blue) = 71+43+75=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #472B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B4B is #B8D4B4. Grayscale: #363636. Windows color (decimal): -12113077 or 4926279. OLE color: 4926279.
HSL color Cylindrical-coordinate representation of color #472B4B: hue angle of 292.5º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #472B4B is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 43 | 75 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.71 |
| HSL | 292.5º | 0.27% | 0.23% | - |
| HSV(B) | 292.5º | 0.43% | 0.29% | - |
| XYZ | 4.73 | 3.58 | 7.1 | - |
| YUV | 55.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 75 | 0.05 | 0.43 | 0 | 0.71 | 292.5 | 0.27 | 0.23 |
| Hex | 47 | 2B | 4B | 5 | 2B | 0 | 47 | 124 | 1B | 17 |
| Octal | 107 | 53 | 113 | 5 | 53 | 0 | 107 | 444 | 33 | 27 |
| Binary | 1000111 | 101011 | 1001011 | 101 | 101011 | 0 | 1000111 | 100100100 | 11011 | 10111 |
Color Harmonies of #472B4B
Complementary color
Monochromatic Colors of #472B4B
Black with #472B4B
Text Example
Text Example
White with #472B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B4B; }
p { color: rgb(71,43,75); }
H1.HeaderClassName
{
color: #472B4B;
}
.AnyTagClassName
{
color: #472B4B;
}
</style>
background-color css
<style>
a { background-color: #472B4B; }
a { background-color: rgb(71,43,75); }
div.DivClassName
{
background-color: #472B4B;
}
.BgClassName
{
background-color: #472B4B;
}
</style>
border-color css
<style>
span { border-color: #472B4B; }
span { border-color: rgb(71,43,75); }
td.TdClassName
{
border-color: #472B4B;
}
.TagClassName
{
border-color: #472B4B;
}
</style>