Shades of Hot Purple #470353
Tints of Hot Purple #470353
RGB
CMYK
RGB Variations
Color information
#470353 (or 0x470353) is known color: Hot Purple. HEX triplet: 47, 03 and 53. RGB value is (71,3,83). Sum of RGB (Red+Green+Blue) = 71+3+83=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #470353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470353 is #B8FCAC. Grayscale: #202020. Windows color (decimal): -12123309 or 5440327. OLE color: 5440327.
HSL color Cylindrical-coordinate representation of color #470353: hue angle of 291º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470353 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 3 | 83 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.67 |
| HSL | 291º | 0.93% | 0.17% | - |
| HSV(B) | 291º | 0.96% | 0.33% | - |
| XYZ | 4.19 | 2.03 | 8.35 | - |
| YUV | 32.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 83 | 0.14 | 0.96 | 0 | 0.67 | 291 | 0.93 | 0.17 |
| Hex | 47 | 3 | 53 | E | 60 | 0 | 43 | 123 | 5D | 11 |
| Octal | 107 | 3 | 123 | 16 | 140 | 0 | 103 | 443 | 135 | 21 |
| Binary | 1000111 | 11 | 1010011 | 1110 | 1100000 | 0 | 1000011 | 100100011 | 1011101 | 10001 |
Color Harmonies of #470353
Complementary color
Monochromatic Colors of #470353
Black with #470353
Text Example
Text Example
White with #470353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470353; }
p { color: rgb(71,3,83); }
H1.HeaderClassName
{
color: #470353;
}
.AnyTagClassName
{
color: #470353;
}
</style>
background-color css
<style>
a { background-color: #470353; }
a { background-color: rgb(71,3,83); }
div.DivClassName
{
background-color: #470353;
}
.BgClassName
{
background-color: #470353;
}
</style>
border-color css
<style>
span { border-color: #470353; }
span { border-color: rgb(71,3,83); }
td.TdClassName
{
border-color: #470353;
}
.TagClassName
{
border-color: #470353;
}
</style>