Shades of Hot Purple #46184F
Tints of Hot Purple #46184F
RGB
CMYK
RGB Variations
Color information
#46184F (or 0x46184F) is known color: Hot Purple. HEX triplet: 46, 18 and 4F. RGB value is (70,24,79). Sum of RGB (Red+Green+Blue) = 70+24+79=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #46184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46184F is #B9E7B0. Grayscale: #2B2B2B. Windows color (decimal): -12183473 or 5183558. OLE color: 5183558.
HSL color Cylindrical-coordinate representation of color #46184F: hue angle of 290.18º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46184F is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 24 | 79 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.69 |
| HSL | 290.18º | 0.53% | 0.2% | - |
| HSV(B) | 290.18º | 0.7% | 0.31% | - |
| XYZ | 4.26 | 2.52 | 7.66 | - |
| YUV | 44.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 79 | 0.11 | 0.70 | 0 | 0.69 | 290.18 | 0.53 | 0.2 |
| Hex | 46 | 18 | 4F | B | 46 | 0 | 45 | 122 | 35 | 14 |
| Octal | 106 | 30 | 117 | 13 | 106 | 0 | 105 | 442 | 65 | 24 |
| Binary | 1000110 | 11000 | 1001111 | 1011 | 1000110 | 0 | 1000101 | 100100010 | 110101 | 10100 |
Color Harmonies of #46184F
Complementary color
Monochromatic Colors of #46184F
Black with #46184F
Text Example
Text Example
White with #46184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46184F; }
p { color: rgb(70,24,79); }
H1.HeaderClassName
{
color: #46184F;
}
.AnyTagClassName
{
color: #46184F;
}
</style>
background-color css
<style>
a { background-color: #46184F; }
a { background-color: rgb(70,24,79); }
div.DivClassName
{
background-color: #46184F;
}
.BgClassName
{
background-color: #46184F;
}
</style>
border-color css
<style>
span { border-color: #46184F; }
span { border-color: rgb(70,24,79); }
td.TdClassName
{
border-color: #46184F;
}
.TagClassName
{
border-color: #46184F;
}
</style>