Shades of Hot Purple #46274C
Tints of Hot Purple #46274C
RGB
CMYK
RGB Variations
Color information
#46274C (or 0x46274C) is known color: Hot Purple. HEX triplet: 46, 27 and 4C. RGB value is (70,39,76). Sum of RGB (Red+Green+Blue) = 70+39+76=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #46274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46274C is #B9D8B3. Grayscale: #343434. Windows color (decimal): -12179636 or 4990790. OLE color: 4990790.
HSL color Cylindrical-coordinate representation of color #46274C: hue angle of 290.27º degrees, saturation: 0.32, 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 #46274C is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 39 | 76 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.70 |
| HSL | 290.27º | 0.32% | 0.23% | - |
| HSV(B) | 290.27º | 0.49% | 0.3% | - |
| XYZ | 4.56 | 3.27 | 7.23 | - |
| YUV | 52.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 76 | 0.08 | 0.49 | 0 | 0.70 | 290.27 | 0.32 | 0.23 |
| Hex | 46 | 27 | 4C | 8 | 31 | 0 | 46 | 122 | 20 | 17 |
| Octal | 106 | 47 | 114 | 10 | 61 | 0 | 106 | 442 | 40 | 27 |
| Binary | 1000110 | 100111 | 1001100 | 1000 | 110001 | 0 | 1000110 | 100100010 | 100000 | 10111 |
Color Harmonies of #46274C
Complementary color
Monochromatic Colors of #46274C
Black with #46274C
Text Example
Text Example
White with #46274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46274C; }
p { color: rgb(70,39,76); }
H1.HeaderClassName
{
color: #46274C;
}
.AnyTagClassName
{
color: #46274C;
}
</style>
background-color css
<style>
a { background-color: #46274C; }
a { background-color: rgb(70,39,76); }
div.DivClassName
{
background-color: #46274C;
}
.BgClassName
{
background-color: #46274C;
}
</style>
border-color css
<style>
span { border-color: #46274C; }
span { border-color: rgb(70,39,76); }
td.TdClassName
{
border-color: #46274C;
}
.TagClassName
{
border-color: #46274C;
}
</style>