Shades of Hot Purple #461848
Tints of Hot Purple #461848
RGB
CMYK
RGB Variations
Color information
#461848 (or 0x461848) is known color: Hot Purple. HEX triplet: 46, 18 and 48. RGB value is (70,24,72). Sum of RGB (Red+Green+Blue) = 70+24+72=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #461848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461848 is #B9E7B7. Grayscale: #2B2B2B. Windows color (decimal): -12183480 or 4724806. OLE color: 4724806.
HSL color Cylindrical-coordinate representation of color #461848: hue angle of 297.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461848 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 24 | 72 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.72 |
| HSL | 297.5º | 0.5% | 0.19% | - |
| HSV(B) | 297.5º | 0.67% | 0.28% | - |
| XYZ | 4.02 | 2.42 | 6.39 | - |
| YUV | 43.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 72 | 0.03 | 0.67 | 0 | 0.72 | 297.5 | 0.5 | 0.19 |
| Hex | 46 | 18 | 48 | 3 | 43 | 0 | 48 | 12A | 32 | 13 |
| Octal | 106 | 30 | 110 | 3 | 103 | 0 | 110 | 452 | 62 | 23 |
| Binary | 1000110 | 11000 | 1001000 | 11 | 1000011 | 0 | 1001000 | 100101010 | 110010 | 10011 |
Color Harmonies of #461848
Complementary color
Monochromatic Colors of #461848
Black with #461848
Text Example
Text Example
White with #461848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461848; }
p { color: rgb(70,24,72); }
H1.HeaderClassName
{
color: #461848;
}
.AnyTagClassName
{
color: #461848;
}
</style>
background-color css
<style>
a { background-color: #461848; }
a { background-color: rgb(70,24,72); }
div.DivClassName
{
background-color: #461848;
}
.BgClassName
{
background-color: #461848;
}
</style>
border-color css
<style>
span { border-color: #461848; }
span { border-color: rgb(70,24,72); }
td.TdClassName
{
border-color: #461848;
}
.TagClassName
{
border-color: #461848;
}
</style>