Shades of Hot Purple #47164B
Tints of Hot Purple #47164B
RGB
CMYK
RGB Variations
Color information
#47164B (or 0x47164B) is known color: Hot Purple. HEX triplet: 47, 16 and 4B. RGB value is (71,22,75). Sum of RGB (Red+Green+Blue) = 71+22+75=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #47164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47164B is #B8E9B4. Grayscale: #2A2A2A. Windows color (decimal): -12118453 or 4920903. OLE color: 4920903.
HSL color Cylindrical-coordinate representation of color #47164B: hue angle of 295.47º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47164B is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 22 | 75 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.71 |
| HSL | 295.47º | 0.55% | 0.19% | - |
| HSV(B) | 295.47º | 0.71% | 0.29% | - |
| XYZ | 4.16 | 2.42 | 6.9 | - |
| YUV | 42.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 75 | 0.05 | 0.71 | 0 | 0.71 | 295.47 | 0.55 | 0.19 |
| Hex | 47 | 16 | 4B | 5 | 47 | 0 | 47 | 127 | 37 | 13 |
| Octal | 107 | 26 | 113 | 5 | 107 | 0 | 107 | 447 | 67 | 23 |
| Binary | 1000111 | 10110 | 1001011 | 101 | 1000111 | 0 | 1000111 | 100100111 | 110111 | 10011 |
Color Harmonies of #47164B
Complementary color
Monochromatic Colors of #47164B
Black with #47164B
Text Example
Text Example
White with #47164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47164B; }
p { color: rgb(71,22,75); }
H1.HeaderClassName
{
color: #47164B;
}
.AnyTagClassName
{
color: #47164B;
}
</style>
background-color css
<style>
a { background-color: #47164B; }
a { background-color: rgb(71,22,75); }
div.DivClassName
{
background-color: #47164B;
}
.BgClassName
{
background-color: #47164B;
}
</style>
border-color css
<style>
span { border-color: #47164B; }
span { border-color: rgb(71,22,75); }
td.TdClassName
{
border-color: #47164B;
}
.TagClassName
{
border-color: #47164B;
}
</style>