Shades of Hot Purple #46254F
Tints of Hot Purple #46254F
RGB
CMYK
RGB Variations
Color information
#46254F (or 0x46254F) is known color: Hot Purple. HEX triplet: 46, 25 and 4F. RGB value is (70,37,79). Sum of RGB (Red+Green+Blue) = 70+37+79=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #46254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46254F is #B9DAB0. Grayscale: #333333. Windows color (decimal): -12180145 or 5186886. OLE color: 5186886.
HSL color Cylindrical-coordinate representation of color #46254F: hue angle of 287.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46254F is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 37 | 79 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.69 |
| HSL | 287.14º | 0.36% | 0.23% | - |
| HSV(B) | 287.14º | 0.53% | 0.31% | - |
| XYZ | 4.6 | 3.19 | 7.77 | - |
| YUV | 51.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 79 | 0.11 | 0.53 | 0 | 0.69 | 287.14 | 0.36 | 0.23 |
| Hex | 46 | 25 | 4F | B | 35 | 0 | 45 | 11F | 24 | 17 |
| Octal | 106 | 45 | 117 | 13 | 65 | 0 | 105 | 437 | 44 | 27 |
| Binary | 1000110 | 100101 | 1001111 | 1011 | 110101 | 0 | 1000101 | 100011111 | 100100 | 10111 |
Color Harmonies of #46254F
Complementary color
Monochromatic Colors of #46254F
Black with #46254F
Text Example
Text Example
White with #46254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46254F; }
p { color: rgb(70,37,79); }
H1.HeaderClassName
{
color: #46254F;
}
.AnyTagClassName
{
color: #46254F;
}
</style>
background-color css
<style>
a { background-color: #46254F; }
a { background-color: rgb(70,37,79); }
div.DivClassName
{
background-color: #46254F;
}
.BgClassName
{
background-color: #46254F;
}
</style>
border-color css
<style>
span { border-color: #46254F; }
span { border-color: rgb(70,37,79); }
td.TdClassName
{
border-color: #46254F;
}
.TagClassName
{
border-color: #46254F;
}
</style>