Shades of Hot Purple #462E47
Tints of Hot Purple #462E47
RGB
CMYK
RGB Variations
Color information
#462E47 (or 0x462E47) is known color: Hot Purple. HEX triplet: 46, 2E and 47. RGB value is (70,46,71). Sum of RGB (Red+Green+Blue) = 70+46+71=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #462E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E47 is #B9D1B8. Grayscale: #373737. Windows color (decimal): -12177849 or 4664902. OLE color: 4664902.
HSL color Cylindrical-coordinate representation of color #462E47: hue angle of 297.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #462E47 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 46 | 71 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.72 |
| HSL | 297.6º | 0.21% | 0.23% | - |
| HSV(B) | 297.6º | 0.35% | 0.28% | - |
| XYZ | 4.64 | 3.71 | 6.43 | - |
| YUV | 56.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 71 | 0.01 | 0.35 | 0 | 0.72 | 297.6 | 0.21 | 0.23 |
| Hex | 46 | 2E | 47 | 1 | 23 | 0 | 48 | 12A | 15 | 17 |
| Octal | 106 | 56 | 107 | 1 | 43 | 0 | 110 | 452 | 25 | 27 |
| Binary | 1000110 | 101110 | 1000111 | 1 | 100011 | 0 | 1001000 | 100101010 | 10101 | 10111 |
Color Harmonies of #462E47
Complementary color
Monochromatic Colors of #462E47
Black with #462E47
Text Example
Text Example
White with #462E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E47; }
p { color: rgb(70,46,71); }
H1.HeaderClassName
{
color: #462E47;
}
.AnyTagClassName
{
color: #462E47;
}
</style>
background-color css
<style>
a { background-color: #462E47; }
a { background-color: rgb(70,46,71); }
div.DivClassName
{
background-color: #462E47;
}
.BgClassName
{
background-color: #462E47;
}
</style>
border-color css
<style>
span { border-color: #462E47; }
span { border-color: rgb(70,46,71); }
td.TdClassName
{
border-color: #462E47;
}
.TagClassName
{
border-color: #462E47;
}
</style>