Shades of Hot Purple #462248
Tints of Hot Purple #462248
RGB
CMYK
RGB Variations
Color information
#462248 (or 0x462248) is known color: Hot Purple. HEX triplet: 46, 22 and 48. RGB value is (70,34,72). Sum of RGB (Red+Green+Blue) = 70+34+72=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #462248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462248 is #B9DDB7. Grayscale: #303030. Windows color (decimal): -12180920 or 4727366. OLE color: 4727366.
HSL color Cylindrical-coordinate representation of color #462248: hue angle of 296.84º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462248 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 34 | 72 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.72 |
| HSL | 296.84º | 0.36% | 0.21% | - |
| HSV(B) | 296.84º | 0.53% | 0.28% | - |
| XYZ | 4.27 | 2.91 | 6.47 | - |
| YUV | 49.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 72 | 0.03 | 0.53 | 0 | 0.72 | 296.84 | 0.36 | 0.21 |
| Hex | 46 | 22 | 48 | 3 | 35 | 0 | 48 | 129 | 24 | 15 |
| Octal | 106 | 42 | 110 | 3 | 65 | 0 | 110 | 451 | 44 | 25 |
| Binary | 1000110 | 100010 | 1001000 | 11 | 110101 | 0 | 1001000 | 100101001 | 100100 | 10101 |
Color Harmonies of #462248
Complementary color
Monochromatic Colors of #462248
Black with #462248
Text Example
Text Example
White with #462248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462248; }
p { color: rgb(70,34,72); }
H1.HeaderClassName
{
color: #462248;
}
.AnyTagClassName
{
color: #462248;
}
</style>
background-color css
<style>
a { background-color: #462248; }
a { background-color: rgb(70,34,72); }
div.DivClassName
{
background-color: #462248;
}
.BgClassName
{
background-color: #462248;
}
</style>
border-color css
<style>
span { border-color: #462248; }
span { border-color: rgb(70,34,72); }
td.TdClassName
{
border-color: #462248;
}
.TagClassName
{
border-color: #462248;
}
</style>