Shades of Hot Purple #47104B
Tints of Hot Purple #47104B
RGB
CMYK
RGB Variations
Color information
#47104B (or 0x47104B) is known color: Hot Purple. HEX triplet: 47, 10 and 4B. RGB value is (71,16,75). Sum of RGB (Red+Green+Blue) = 71+16+75=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #47104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47104B is #B8EFB4. Grayscale: #262626. Windows color (decimal): -12119989 or 4919367. OLE color: 4919367.
HSL color Cylindrical-coordinate representation of color #47104B: hue angle of 295.93º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47104B is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 16 | 75 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.71 |
| HSL | 295.93º | 0.65% | 0.18% | - |
| HSV(B) | 295.93º | 0.79% | 0.29% | - |
| XYZ | 4.05 | 2.22 | 6.87 | - |
| YUV | 39.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 75 | 0.05 | 0.79 | 0 | 0.71 | 295.93 | 0.65 | 0.18 |
| Hex | 47 | 10 | 4B | 5 | 4F | 0 | 47 | 128 | 41 | 12 |
| Octal | 107 | 20 | 113 | 5 | 117 | 0 | 107 | 450 | 101 | 22 |
| Binary | 1000111 | 10000 | 1001011 | 101 | 1001111 | 0 | 1000111 | 100101000 | 1000001 | 10010 |
Color Harmonies of #47104B
Complementary color
Monochromatic Colors of #47104B
Black with #47104B
Text Example
Text Example
White with #47104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47104B; }
p { color: rgb(71,16,75); }
H1.HeaderClassName
{
color: #47104B;
}
.AnyTagClassName
{
color: #47104B;
}
</style>
background-color css
<style>
a { background-color: #47104B; }
a { background-color: rgb(71,16,75); }
div.DivClassName
{
background-color: #47104B;
}
.BgClassName
{
background-color: #47104B;
}
</style>
border-color css
<style>
span { border-color: #47104B; }
span { border-color: rgb(71,16,75); }
td.TdClassName
{
border-color: #47104B;
}
.TagClassName
{
border-color: #47104B;
}
</style>