Shades of Hot Purple #46134C
Tints of Hot Purple #46134C
RGB
CMYK
RGB Variations
Color information
#46134C (or 0x46134C) is known color: Hot Purple. HEX triplet: 46, 13 and 4C. RGB value is (70,19,76). Sum of RGB (Red+Green+Blue) = 70+19+76=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #46134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46134C is #B9ECB3. Grayscale: #282828. Windows color (decimal): -12184756 or 4985670. OLE color: 4985670.
HSL color Cylindrical-coordinate representation of color #46134C: hue angle of 293.68º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46134C is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 19 | 76 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.70 |
| HSL | 293.68º | 0.6% | 0.19% | - |
| HSV(B) | 293.68º | 0.75% | 0.3% | - |
| XYZ | 4.06 | 2.29 | 7.07 | - |
| YUV | 40.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 76 | 0.08 | 0.75 | 0 | 0.70 | 293.68 | 0.6 | 0.19 |
| Hex | 46 | 13 | 4C | 8 | 4B | 0 | 46 | 126 | 3C | 13 |
| Octal | 106 | 23 | 114 | 10 | 113 | 0 | 106 | 446 | 74 | 23 |
| Binary | 1000110 | 10011 | 1001100 | 1000 | 1001011 | 0 | 1000110 | 100100110 | 111100 | 10011 |
Color Harmonies of #46134C
Complementary color
Monochromatic Colors of #46134C
Black with #46134C
Text Example
Text Example
White with #46134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46134C; }
p { color: rgb(70,19,76); }
H1.HeaderClassName
{
color: #46134C;
}
.AnyTagClassName
{
color: #46134C;
}
</style>
background-color css
<style>
a { background-color: #46134C; }
a { background-color: rgb(70,19,76); }
div.DivClassName
{
background-color: #46134C;
}
.BgClassName
{
background-color: #46134C;
}
</style>
border-color css
<style>
span { border-color: #46134C; }
span { border-color: rgb(70,19,76); }
td.TdClassName
{
border-color: #46134C;
}
.TagClassName
{
border-color: #46134C;
}
</style>