Shades of Hot Purple #46274D
Tints of Hot Purple #46274D
RGB
CMYK
RGB Variations
Color information
#46274D (or 0x46274D) is known color: Hot Purple. HEX triplet: 46, 27 and 4D. RGB value is (70,39,77). Sum of RGB (Red+Green+Blue) = 70+39+77=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #46274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46274D is #B9D8B2. Grayscale: #343434. Windows color (decimal): -12179635 or 5056326. OLE color: 5056326.
HSL color Cylindrical-coordinate representation of color #46274D: hue angle of 288.95º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46274D is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 39 | 77 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.70 |
| HSL | 288.95º | 0.33% | 0.23% | - |
| HSV(B) | 288.95º | 0.49% | 0.3% | - |
| XYZ | 4.59 | 3.29 | 7.41 | - |
| YUV | 52.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 77 | 0.09 | 0.49 | 0 | 0.70 | 288.95 | 0.33 | 0.23 |
| Hex | 46 | 27 | 4D | 9 | 31 | 0 | 46 | 121 | 21 | 17 |
| Octal | 106 | 47 | 115 | 11 | 61 | 0 | 106 | 441 | 41 | 27 |
| Binary | 1000110 | 100111 | 1001101 | 1001 | 110001 | 0 | 1000110 | 100100001 | 100001 | 10111 |
Color Harmonies of #46274D
Complementary color
Monochromatic Colors of #46274D
Black with #46274D
Text Example
Text Example
White with #46274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46274D; }
p { color: rgb(70,39,77); }
H1.HeaderClassName
{
color: #46274D;
}
.AnyTagClassName
{
color: #46274D;
}
</style>
background-color css
<style>
a { background-color: #46274D; }
a { background-color: rgb(70,39,77); }
div.DivClassName
{
background-color: #46274D;
}
.BgClassName
{
background-color: #46274D;
}
</style>
border-color css
<style>
span { border-color: #46274D; }
span { border-color: rgb(70,39,77); }
td.TdClassName
{
border-color: #46274D;
}
.TagClassName
{
border-color: #46274D;
}
</style>