Shades of Hot Purple #46074E
Tints of Hot Purple #46074E
RGB
CMYK
RGB Variations
Color information
#46074E (or 0x46074E) is known color: Hot Purple. HEX triplet: 46, 07 and 4E. RGB value is (70,7,78). Sum of RGB (Red+Green+Blue) = 70+7+78=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #46074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46074E is #B9F8B1. Grayscale: #212121. Windows color (decimal): -12187826 or 5113670. OLE color: 5113670.
HSL color Cylindrical-coordinate representation of color #46074E: hue angle of 293.24º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46074E is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 7 | 78 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.69 |
| HSL | 293.24º | 0.84% | 0.17% | - |
| HSV(B) | 293.24º | 0.91% | 0.31% | - |
| XYZ | 3.98 | 2 | 7.38 | - |
| YUV | 33.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 78 | 0.10 | 0.91 | 0 | 0.69 | 293.24 | 0.84 | 0.17 |
| Hex | 46 | 7 | 4E | A | 5B | 0 | 45 | 125 | 54 | 11 |
| Octal | 106 | 7 | 116 | 12 | 133 | 0 | 105 | 445 | 124 | 21 |
| Binary | 1000110 | 111 | 1001110 | 1010 | 1011011 | 0 | 1000101 | 100100101 | 1010100 | 10001 |
Color Harmonies of #46074E
Complementary color
Monochromatic Colors of #46074E
Black with #46074E
Text Example
Text Example
White with #46074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46074E; }
p { color: rgb(70,7,78); }
H1.HeaderClassName
{
color: #46074E;
}
.AnyTagClassName
{
color: #46074E;
}
</style>
background-color css
<style>
a { background-color: #46074E; }
a { background-color: rgb(70,7,78); }
div.DivClassName
{
background-color: #46074E;
}
.BgClassName
{
background-color: #46074E;
}
</style>
border-color css
<style>
span { border-color: #46074E; }
span { border-color: rgb(70,7,78); }
td.TdClassName
{
border-color: #46074E;
}
.TagClassName
{
border-color: #46074E;
}
</style>