Shades of Hot Purple #472A4C
Tints of Hot Purple #472A4C
RGB
CMYK
RGB Variations
Color information
#472A4C (or 0x472A4C) is known color: Hot Purple. HEX triplet: 47, 2A and 4C. RGB value is (71,42,76). Sum of RGB (Red+Green+Blue) = 71+42+76=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #472A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A4C is #B8D5B3. Grayscale: #363636. Windows color (decimal): -12113332 or 4991559. OLE color: 4991559.
HSL color Cylindrical-coordinate representation of color #472A4C: hue angle of 291.18º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #472A4C is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 42 | 76 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.70 |
| HSL | 291.18º | 0.29% | 0.23% | - |
| HSV(B) | 291.18º | 0.45% | 0.3% | - |
| XYZ | 4.73 | 3.52 | 7.27 | - |
| YUV | 54.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 76 | 0.07 | 0.45 | 0 | 0.70 | 291.18 | 0.29 | 0.23 |
| Hex | 47 | 2A | 4C | 7 | 2D | 0 | 46 | 123 | 1D | 17 |
| Octal | 107 | 52 | 114 | 7 | 55 | 0 | 106 | 443 | 35 | 27 |
| Binary | 1000111 | 101010 | 1001100 | 111 | 101101 | 0 | 1000110 | 100100011 | 11101 | 10111 |
Color Harmonies of #472A4C
Complementary color
Monochromatic Colors of #472A4C
Black with #472A4C
Text Example
Text Example
White with #472A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A4C; }
p { color: rgb(71,42,76); }
H1.HeaderClassName
{
color: #472A4C;
}
.AnyTagClassName
{
color: #472A4C;
}
</style>
background-color css
<style>
a { background-color: #472A4C; }
a { background-color: rgb(71,42,76); }
div.DivClassName
{
background-color: #472A4C;
}
.BgClassName
{
background-color: #472A4C;
}
</style>
border-color css
<style>
span { border-color: #472A4C; }
span { border-color: rgb(71,42,76); }
td.TdClassName
{
border-color: #472A4C;
}
.TagClassName
{
border-color: #472A4C;
}
</style>