Shades of Hot Purple #470F53
Tints of Hot Purple #470F53
RGB
CMYK
RGB Variations
Color information
#470F53 (or 0x470F53) is known color: Hot Purple. HEX triplet: 47, 0F and 53. RGB value is (71,15,83). Sum of RGB (Red+Green+Blue) = 71+15+83=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #470F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F53 is #B8F0AC. Grayscale: #272727. Windows color (decimal): -12120237 or 5443399. OLE color: 5443399.
HSL color Cylindrical-coordinate representation of color #470F53: hue angle of 289.41º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470F53 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 15 | 83 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.67 |
| HSL | 289.41º | 0.69% | 0.19% | - |
| HSV(B) | 289.41º | 0.82% | 0.33% | - |
| XYZ | 4.33 | 2.31 | 8.4 | - |
| YUV | 39.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 83 | 0.14 | 0.82 | 0 | 0.67 | 289.41 | 0.69 | 0.19 |
| Hex | 47 | F | 53 | E | 52 | 0 | 43 | 121 | 45 | 13 |
| Octal | 107 | 17 | 123 | 16 | 122 | 0 | 103 | 441 | 105 | 23 |
| Binary | 1000111 | 1111 | 1010011 | 1110 | 1010010 | 0 | 1000011 | 100100001 | 1000101 | 10011 |
Color Harmonies of #470F53
Complementary color
Monochromatic Colors of #470F53
Black with #470F53
Text Example
Text Example
White with #470F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F53; }
p { color: rgb(71,15,83); }
H1.HeaderClassName
{
color: #470F53;
}
.AnyTagClassName
{
color: #470F53;
}
</style>
background-color css
<style>
a { background-color: #470F53; }
a { background-color: rgb(71,15,83); }
div.DivClassName
{
background-color: #470F53;
}
.BgClassName
{
background-color: #470F53;
}
</style>
border-color css
<style>
span { border-color: #470F53; }
span { border-color: rgb(71,15,83); }
td.TdClassName
{
border-color: #470F53;
}
.TagClassName
{
border-color: #470F53;
}
</style>