Shades of Hot Purple #470355
Tints of Hot Purple #470355
RGB
CMYK
RGB Variations
Color information
#470355 (or 0x470355) is known color: Hot Purple. HEX triplet: 47, 03 and 55. RGB value is (71,3,85). Sum of RGB (Red+Green+Blue) = 71+3+85=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #470355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470355 is #B8FCAA. Grayscale: #202020. Windows color (decimal): -12123307 or 5571399. OLE color: 5571399.
HSL color Cylindrical-coordinate representation of color #470355: hue angle of 289.76º 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 #470355 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 3 | 85 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.67 |
| HSL | 289.76º | 0.93% | 0.17% | - |
| HSV(B) | 289.76º | 0.96% | 0.33% | - |
| XYZ | 4.27 | 2.06 | 8.77 | - |
| YUV | 32.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 85 | 0.16 | 0.96 | 0 | 0.67 | 289.76 | 0.93 | 0.17 |
| Hex | 47 | 3 | 55 | 10 | 60 | 0 | 43 | 122 | 5D | 11 |
| Octal | 107 | 3 | 125 | 20 | 140 | 0 | 103 | 442 | 135 | 21 |
| Binary | 1000111 | 11 | 1010101 | 10000 | 1100000 | 0 | 1000011 | 100100010 | 1011101 | 10001 |
Color Harmonies of #470355
Complementary color
Monochromatic Colors of #470355
Black with #470355
Text Example
Text Example
White with #470355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470355; }
p { color: rgb(71,3,85); }
H1.HeaderClassName
{
color: #470355;
}
.AnyTagClassName
{
color: #470355;
}
</style>
background-color css
<style>
a { background-color: #470355; }
a { background-color: rgb(71,3,85); }
div.DivClassName
{
background-color: #470355;
}
.BgClassName
{
background-color: #470355;
}
</style>
border-color css
<style>
span { border-color: #470355; }
span { border-color: rgb(71,3,85); }
td.TdClassName
{
border-color: #470355;
}
.TagClassName
{
border-color: #470355;
}
</style>