Shades of Hot Purple #47194F
Tints of Hot Purple #47194F
RGB
CMYK
RGB Variations
Color information
#47194F (or 0x47194F) is known color: Hot Purple. HEX triplet: 47, 19 and 4F. RGB value is (71,25,79). Sum of RGB (Red+Green+Blue) = 71+25+79=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #47194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47194F is #B8E6B0. Grayscale: #2C2C2C. Windows color (decimal): -12117681 or 5183815. OLE color: 5183815.
HSL color Cylindrical-coordinate representation of color #47194F: hue angle of 291.11º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47194F is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 25 | 79 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.69 |
| HSL | 291.11º | 0.52% | 0.2% | - |
| HSV(B) | 291.11º | 0.68% | 0.31% | - |
| XYZ | 4.36 | 2.6 | 7.67 | - |
| YUV | 44.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 79 | 0.10 | 0.68 | 0 | 0.69 | 291.11 | 0.52 | 0.2 |
| Hex | 47 | 19 | 4F | A | 44 | 0 | 45 | 123 | 34 | 14 |
| Octal | 107 | 31 | 117 | 12 | 104 | 0 | 105 | 443 | 64 | 24 |
| Binary | 1000111 | 11001 | 1001111 | 1010 | 1000100 | 0 | 1000101 | 100100011 | 110100 | 10100 |
Color Harmonies of #47194F
Complementary color
Monochromatic Colors of #47194F
Black with #47194F
Text Example
Text Example
White with #47194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47194F; }
p { color: rgb(71,25,79); }
H1.HeaderClassName
{
color: #47194F;
}
.AnyTagClassName
{
color: #47194F;
}
</style>
background-color css
<style>
a { background-color: #47194F; }
a { background-color: rgb(71,25,79); }
div.DivClassName
{
background-color: #47194F;
}
.BgClassName
{
background-color: #47194F;
}
</style>
border-color css
<style>
span { border-color: #47194F; }
span { border-color: rgb(71,25,79); }
td.TdClassName
{
border-color: #47194F;
}
.TagClassName
{
border-color: #47194F;
}
</style>