Shades of Hot Purple #47254A
Tints of Hot Purple #47254A
RGB
CMYK
RGB Variations
Color information
#47254A (or 0x47254A) is known color: Hot Purple. HEX triplet: 47, 25 and 4A. RGB value is (71,37,74). Sum of RGB (Red+Green+Blue) = 71+37+74=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #47254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47254A is #B8DAB5. Grayscale: #333333. Windows color (decimal): -12114614 or 4859207. OLE color: 4859207.
HSL color Cylindrical-coordinate representation of color #47254A: hue angle of 295.14º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47254A is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 37 | 74 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.71 |
| HSL | 295.14º | 0.33% | 0.22% | - |
| HSV(B) | 295.14º | 0.5% | 0.29% | - |
| XYZ | 4.5 | 3.16 | 6.85 | - |
| YUV | 51.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 74 | 0.04 | 0.50 | 0 | 0.71 | 295.14 | 0.33 | 0.22 |
| Hex | 47 | 25 | 4A | 4 | 32 | 0 | 47 | 127 | 21 | 16 |
| Octal | 107 | 45 | 112 | 4 | 62 | 0 | 107 | 447 | 41 | 26 |
| Binary | 1000111 | 100101 | 1001010 | 100 | 110010 | 0 | 1000111 | 100100111 | 100001 | 10110 |
Color Harmonies of #47254A
Complementary color
Monochromatic Colors of #47254A
Black with #47254A
Text Example
Text Example
White with #47254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47254A; }
p { color: rgb(71,37,74); }
H1.HeaderClassName
{
color: #47254A;
}
.AnyTagClassName
{
color: #47254A;
}
</style>
background-color css
<style>
a { background-color: #47254A; }
a { background-color: rgb(71,37,74); }
div.DivClassName
{
background-color: #47254A;
}
.BgClassName
{
background-color: #47254A;
}
</style>
border-color css
<style>
span { border-color: #47254A; }
span { border-color: rgb(71,37,74); }
td.TdClassName
{
border-color: #47254A;
}
.TagClassName
{
border-color: #47254A;
}
</style>