Shades of Hot Purple #47104C
Tints of Hot Purple #47104C
RGB
CMYK
RGB Variations
Color information
#47104C (or 0x47104C) is known color: Hot Purple. HEX triplet: 47, 10 and 4C. RGB value is (71,16,76). Sum of RGB (Red+Green+Blue) = 71+16+76=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #47104C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47104C is #B8EFB3. Grayscale: #272727. Windows color (decimal): -12119988 or 4984903. OLE color: 4984903.
HSL color Cylindrical-coordinate representation of color #47104C: hue angle of 295º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47104C is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 16 | 76 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.70 |
| HSL | 295º | 0.65% | 0.18% | - |
| HSV(B) | 295º | 0.79% | 0.3% | - |
| XYZ | 4.09 | 2.23 | 7.05 | - |
| YUV | 39.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 76 | 0.07 | 0.79 | 0 | 0.70 | 295 | 0.65 | 0.18 |
| Hex | 47 | 10 | 4C | 7 | 4F | 0 | 46 | 127 | 41 | 12 |
| Octal | 107 | 20 | 114 | 7 | 117 | 0 | 106 | 447 | 101 | 22 |
| Binary | 1000111 | 10000 | 1001100 | 111 | 1001111 | 0 | 1000110 | 100100111 | 1000001 | 10010 |
Color Harmonies of #47104C
Complementary color
Monochromatic Colors of #47104C
Black with #47104C
Text Example
Text Example
White with #47104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47104C; }
p { color: rgb(71,16,76); }
H1.HeaderClassName
{
color: #47104C;
}
.AnyTagClassName
{
color: #47104C;
}
</style>
background-color css
<style>
a { background-color: #47104C; }
a { background-color: rgb(71,16,76); }
div.DivClassName
{
background-color: #47104C;
}
.BgClassName
{
background-color: #47104C;
}
</style>
border-color css
<style>
span { border-color: #47104C; }
span { border-color: rgb(71,16,76); }
td.TdClassName
{
border-color: #47104C;
}
.TagClassName
{
border-color: #47104C;
}
</style>