Shades of Hot Purple #46114A
Tints of Hot Purple #46114A
RGB
CMYK
RGB Variations
Color information
#46114A (or 0x46114A) is known color: Hot Purple. HEX triplet: 46, 11 and 4A. RGB value is (70,17,74). Sum of RGB (Red+Green+Blue) = 70+17+74=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #46114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46114A is #B9EEB5. Grayscale: #272727. Windows color (decimal): -12185270 or 4854086. OLE color: 4854086.
HSL color Cylindrical-coordinate representation of color #46114A: hue angle of 295.79º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46114A is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 17 | 74 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.71 |
| HSL | 295.79º | 0.63% | 0.18% | - |
| HSV(B) | 295.79º | 0.77% | 0.29% | - |
| XYZ | 3.96 | 2.2 | 6.69 | - |
| YUV | 39.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 74 | 0.05 | 0.77 | 0 | 0.71 | 295.79 | 0.63 | 0.18 |
| Hex | 46 | 11 | 4A | 5 | 4D | 0 | 47 | 128 | 3F | 12 |
| Octal | 106 | 21 | 112 | 5 | 115 | 0 | 107 | 450 | 77 | 22 |
| Binary | 1000110 | 10001 | 1001010 | 101 | 1001101 | 0 | 1000111 | 100101000 | 111111 | 10010 |
Color Harmonies of #46114A
Complementary color
Monochromatic Colors of #46114A
Black with #46114A
Text Example
Text Example
White with #46114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46114A; }
p { color: rgb(70,17,74); }
H1.HeaderClassName
{
color: #46114A;
}
.AnyTagClassName
{
color: #46114A;
}
</style>
background-color css
<style>
a { background-color: #46114A; }
a { background-color: rgb(70,17,74); }
div.DivClassName
{
background-color: #46114A;
}
.BgClassName
{
background-color: #46114A;
}
</style>
border-color css
<style>
span { border-color: #46114A; }
span { border-color: rgb(70,17,74); }
td.TdClassName
{
border-color: #46114A;
}
.TagClassName
{
border-color: #46114A;
}
</style>