Shades of Hot Purple #470251
Tints of Hot Purple #470251
RGB
CMYK
RGB Variations
Color information
#470251 (or 0x470251) is known color: Hot Purple. HEX triplet: 47, 02 and 51. RGB value is (71,2,81). Sum of RGB (Red+Green+Blue) = 71+2+81=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #470251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470251 is #B8FDAE. Grayscale: #1F1F1F. Windows color (decimal): -12123567 or 5308999. OLE color: 5308999.
HSL color Cylindrical-coordinate representation of color #470251: hue angle of 292.41º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470251 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 2 | 81 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.68 |
| HSL | 292.41º | 0.95% | 0.16% | - |
| HSV(B) | 292.41º | 0.98% | 0.32% | - |
| XYZ | 4.11 | 1.98 | 7.95 | - |
| YUV | 31.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 81 | 0.12 | 0.98 | 0 | 0.68 | 292.41 | 0.95 | 0.16 |
| Hex | 47 | 2 | 51 | C | 62 | 0 | 44 | 124 | 5F | 10 |
| Octal | 107 | 2 | 121 | 14 | 142 | 0 | 104 | 444 | 137 | 20 |
| Binary | 1000111 | 10 | 1010001 | 1100 | 1100010 | 0 | 1000100 | 100100100 | 1011111 | 10000 |
Color Harmonies of #470251
Complementary color
Monochromatic Colors of #470251
Black with #470251
Text Example
Text Example
White with #470251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470251; }
p { color: rgb(71,2,81); }
H1.HeaderClassName
{
color: #470251;
}
.AnyTagClassName
{
color: #470251;
}
</style>
background-color css
<style>
a { background-color: #470251; }
a { background-color: rgb(71,2,81); }
div.DivClassName
{
background-color: #470251;
}
.BgClassName
{
background-color: #470251;
}
</style>
border-color css
<style>
span { border-color: #470251; }
span { border-color: rgb(71,2,81); }
td.TdClassName
{
border-color: #470251;
}
.TagClassName
{
border-color: #470251;
}
</style>