Shades of Hot Purple #46184C
Tints of Hot Purple #46184C
RGB
CMYK
RGB Variations
Color information
#46184C (or 0x46184C) is known color: Hot Purple. HEX triplet: 46, 18 and 4C. RGB value is (70,24,76). Sum of RGB (Red+Green+Blue) = 70+24+76=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #46184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46184C is #B9E7B3. Grayscale: #2B2B2B. Windows color (decimal): -12183476 or 4986950. OLE color: 4986950.
HSL color Cylindrical-coordinate representation of color #46184C: hue angle of 293.08º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46184C is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 24 | 76 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.70 |
| HSL | 293.08º | 0.52% | 0.2% | - |
| HSV(B) | 293.08º | 0.68% | 0.3% | - |
| XYZ | 4.16 | 2.48 | 7.1 | - |
| YUV | 43.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 76 | 0.08 | 0.68 | 0 | 0.70 | 293.08 | 0.52 | 0.2 |
| Hex | 46 | 18 | 4C | 8 | 44 | 0 | 46 | 125 | 34 | 14 |
| Octal | 106 | 30 | 114 | 10 | 104 | 0 | 106 | 445 | 64 | 24 |
| Binary | 1000110 | 11000 | 1001100 | 1000 | 1000100 | 0 | 1000110 | 100100101 | 110100 | 10100 |
Color Harmonies of #46184C
Complementary color
Monochromatic Colors of #46184C
Black with #46184C
Text Example
Text Example
White with #46184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46184C; }
p { color: rgb(70,24,76); }
H1.HeaderClassName
{
color: #46184C;
}
.AnyTagClassName
{
color: #46184C;
}
</style>
background-color css
<style>
a { background-color: #46184C; }
a { background-color: rgb(70,24,76); }
div.DivClassName
{
background-color: #46184C;
}
.BgClassName
{
background-color: #46184C;
}
</style>
border-color css
<style>
span { border-color: #46184C; }
span { border-color: rgb(70,24,76); }
td.TdClassName
{
border-color: #46184C;
}
.TagClassName
{
border-color: #46184C;
}
</style>