Shades of Hot Purple #46254C
Tints of Hot Purple #46254C
RGB
CMYK
RGB Variations
Color information
#46254C (or 0x46254C) is known color: Hot Purple. HEX triplet: 46, 25 and 4C. RGB value is (70,37,76). Sum of RGB (Red+Green+Blue) = 70+37+76=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #46254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46254C is #B9DAB3. Grayscale: #333333. Windows color (decimal): -12180148 or 4990278. OLE color: 4990278.
HSL color Cylindrical-coordinate representation of color #46254C: hue angle of 290.77º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46254C is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 37 | 76 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.70 |
| HSL | 290.77º | 0.35% | 0.22% | - |
| HSV(B) | 290.77º | 0.51% | 0.3% | - |
| XYZ | 4.49 | 3.15 | 7.21 | - |
| YUV | 51.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 76 | 0.08 | 0.51 | 0 | 0.70 | 290.77 | 0.35 | 0.22 |
| Hex | 46 | 25 | 4C | 8 | 33 | 0 | 46 | 123 | 23 | 16 |
| Octal | 106 | 45 | 114 | 10 | 63 | 0 | 106 | 443 | 43 | 26 |
| Binary | 1000110 | 100101 | 1001100 | 1000 | 110011 | 0 | 1000110 | 100100011 | 100011 | 10110 |
Color Harmonies of #46254C
Complementary color
Monochromatic Colors of #46254C
Black with #46254C
Text Example
Text Example
White with #46254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46254C; }
p { color: rgb(70,37,76); }
H1.HeaderClassName
{
color: #46254C;
}
.AnyTagClassName
{
color: #46254C;
}
</style>
background-color css
<style>
a { background-color: #46254C; }
a { background-color: rgb(70,37,76); }
div.DivClassName
{
background-color: #46254C;
}
.BgClassName
{
background-color: #46254C;
}
</style>
border-color css
<style>
span { border-color: #46254C; }
span { border-color: rgb(70,37,76); }
td.TdClassName
{
border-color: #46254C;
}
.TagClassName
{
border-color: #46254C;
}
</style>