Shades of Hot Purple #47264E
Tints of Hot Purple #47264E
RGB
CMYK
RGB Variations
Color information
#47264E (or 0x47264E) is known color: Hot Purple. HEX triplet: 47, 26 and 4E. RGB value is (71,38,78). Sum of RGB (Red+Green+Blue) = 71+38+78=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #47264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47264E is #B8D9B1. Grayscale: #343434. Windows color (decimal): -12114354 or 5121607. OLE color: 5121607.
HSL color Cylindrical-coordinate representation of color #47264E: hue angle of 289.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47264E is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 38 | 78 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.69 |
| HSL | 289.5º | 0.34% | 0.23% | - |
| HSV(B) | 289.5º | 0.51% | 0.31% | - |
| XYZ | 4.67 | 3.28 | 7.59 | - |
| YUV | 52.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 78 | 0.09 | 0.51 | 0 | 0.69 | 289.5 | 0.34 | 0.23 |
| Hex | 47 | 26 | 4E | 9 | 33 | 0 | 45 | 122 | 22 | 17 |
| Octal | 107 | 46 | 116 | 11 | 63 | 0 | 105 | 442 | 42 | 27 |
| Binary | 1000111 | 100110 | 1001110 | 1001 | 110011 | 0 | 1000101 | 100100010 | 100010 | 10111 |
Color Harmonies of #47264E
Complementary color
Monochromatic Colors of #47264E
Black with #47264E
Text Example
Text Example
White with #47264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47264E; }
p { color: rgb(71,38,78); }
H1.HeaderClassName
{
color: #47264E;
}
.AnyTagClassName
{
color: #47264E;
}
</style>
background-color css
<style>
a { background-color: #47264E; }
a { background-color: rgb(71,38,78); }
div.DivClassName
{
background-color: #47264E;
}
.BgClassName
{
background-color: #47264E;
}
</style>
border-color css
<style>
span { border-color: #47264E; }
span { border-color: rgb(71,38,78); }
td.TdClassName
{
border-color: #47264E;
}
.TagClassName
{
border-color: #47264E;
}
</style>