Shades of Hot Purple #462C46
Tints of Hot Purple #462C46
RGB
CMYK
RGB Variations
Color information
#462C46 (or 0x462C46) is known color: Hot Purple. HEX triplet: 46, 2C and 46. RGB value is (70,44,70). Sum of RGB (Red+Green+Blue) = 70+44+70=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #462C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C46 is #B9D3B9. Grayscale: #363636. Windows color (decimal): -12178362 or 4598854. OLE color: 4598854.
HSL color Cylindrical-coordinate representation of color #462C46: hue angle of 300º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #462C46 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 70 | - |
| CMYK | 0 | 0.37 | 0 | 0.73 |
| HSL | 300º | 0.23% | 0.22% | - |
| HSV(B) | 300º | 0.37% | 0.27% | - |
| XYZ | 4.53 | 3.55 | 6.24 | - |
| YUV | 54.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 70 | 0 | 0.37 | 0 | 0.73 | 300 | 0.23 | 0.22 |
| Hex | 46 | 2C | 46 | 0 | 25 | 0 | 49 | 12C | 17 | 16 |
| Octal | 106 | 54 | 106 | 0 | 45 | 0 | 111 | 454 | 27 | 26 |
| Binary | 1000110 | 101100 | 1000110 | 0 | 100101 | 0 | 1001001 | 100101100 | 10111 | 10110 |
Color Harmonies of #462C46
Complementary color
Monochromatic Colors of #462C46
Black with #462C46
Text Example
Text Example
White with #462C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C46; }
p { color: rgb(70,44,70); }
H1.HeaderClassName
{
color: #462C46;
}
.AnyTagClassName
{
color: #462C46;
}
</style>
background-color css
<style>
a { background-color: #462C46; }
a { background-color: rgb(70,44,70); }
div.DivClassName
{
background-color: #462C46;
}
.BgClassName
{
background-color: #462C46;
}
</style>
border-color css
<style>
span { border-color: #462C46; }
span { border-color: rgb(70,44,70); }
td.TdClassName
{
border-color: #462C46;
}
.TagClassName
{
border-color: #462C46;
}
</style>