Shades of Hot Purple #471748
Tints of Hot Purple #471748
RGB
CMYK
RGB Variations
Color information
#471748 (or 0x471748) is known color: Hot Purple. HEX triplet: 47, 17 and 48. RGB value is (71,23,72). Sum of RGB (Red+Green+Blue) = 71+23+72=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #471748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471748 is #B8E8B7. Grayscale: #2A2A2A. Windows color (decimal): -12118200 or 4724551. OLE color: 4724551.
HSL color Cylindrical-coordinate representation of color #471748: hue angle of 298.78º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471748 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 72 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.72 |
| HSL | 298.78º | 0.52% | 0.19% | - |
| HSV(B) | 298.78º | 0.68% | 0.28% | - |
| XYZ | 4.07 | 2.42 | 6.38 | - |
| YUV | 42.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 72 | 0.01 | 0.68 | 0 | 0.72 | 298.78 | 0.52 | 0.19 |
| Hex | 47 | 17 | 48 | 1 | 44 | 0 | 48 | 12B | 34 | 13 |
| Octal | 107 | 27 | 110 | 1 | 104 | 0 | 110 | 453 | 64 | 23 |
| Binary | 1000111 | 10111 | 1001000 | 1 | 1000100 | 0 | 1001000 | 100101011 | 110100 | 10011 |
Color Harmonies of #471748
Complementary color
Monochromatic Colors of #471748
Black with #471748
Text Example
Text Example
White with #471748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471748; }
p { color: rgb(71,23,72); }
H1.HeaderClassName
{
color: #471748;
}
.AnyTagClassName
{
color: #471748;
}
</style>
background-color css
<style>
a { background-color: #471748; }
a { background-color: rgb(71,23,72); }
div.DivClassName
{
background-color: #471748;
}
.BgClassName
{
background-color: #471748;
}
</style>
border-color css
<style>
span { border-color: #471748; }
span { border-color: rgb(71,23,72); }
td.TdClassName
{
border-color: #471748;
}
.TagClassName
{
border-color: #471748;
}
</style>