Shades of Hot Purple #462848
Tints of Hot Purple #462848
RGB
CMYK
RGB Variations
Color information
#462848 (or 0x462848) is known color: Hot Purple. HEX triplet: 46, 28 and 48. RGB value is (70,40,72). Sum of RGB (Red+Green+Blue) = 70+40+72=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #462848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462848 is #B9D7B7. Grayscale: #343434. Windows color (decimal): -12179384 or 4728902. OLE color: 4728902.
HSL color Cylindrical-coordinate representation of color #462848: hue angle of 296.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #462848 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 40 | 72 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.72 |
| HSL | 296.25º | 0.29% | 0.22% | - |
| HSV(B) | 296.25º | 0.44% | 0.28% | - |
| XYZ | 4.45 | 3.29 | 6.53 | - |
| YUV | 52.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 72 | 0.03 | 0.44 | 0 | 0.72 | 296.25 | 0.29 | 0.22 |
| Hex | 46 | 28 | 48 | 3 | 2C | 0 | 48 | 128 | 1D | 16 |
| Octal | 106 | 50 | 110 | 3 | 54 | 0 | 110 | 450 | 35 | 26 |
| Binary | 1000110 | 101000 | 1001000 | 11 | 101100 | 0 | 1001000 | 100101000 | 11101 | 10110 |
Color Harmonies of #462848
Complementary color
Monochromatic Colors of #462848
Black with #462848
Text Example
Text Example
White with #462848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462848; }
p { color: rgb(70,40,72); }
H1.HeaderClassName
{
color: #462848;
}
.AnyTagClassName
{
color: #462848;
}
</style>
background-color css
<style>
a { background-color: #462848; }
a { background-color: rgb(70,40,72); }
div.DivClassName
{
background-color: #462848;
}
.BgClassName
{
background-color: #462848;
}
</style>
border-color css
<style>
span { border-color: #462848; }
span { border-color: rgb(70,40,72); }
td.TdClassName
{
border-color: #462848;
}
.TagClassName
{
border-color: #462848;
}
</style>