Shades of Hot Purple #46304C
Tints of Hot Purple #46304C
RGB
CMYK
RGB Variations
Color information
#46304C (or 0x46304C) is known color: Hot Purple. HEX triplet: 46, 30 and 4C. RGB value is (70,48,76). Sum of RGB (Red+Green+Blue) = 70+48+76=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 76 - color contains mainly: blue. Hex color #46304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46304C is #B9CFB3. Grayscale: #393939. Windows color (decimal): -12177332 or 4993094. OLE color: 4993094.
HSL color Cylindrical-coordinate representation of color #46304C: hue angle of 287.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46304C is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 48 | 76 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.70 |
| HSL | 287.14º | 0.23% | 0.24% | - |
| HSV(B) | 287.14º | 0.37% | 0.3% | - |
| XYZ | 4.89 | 3.94 | 7.34 | - |
| YUV | 57.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 76 | 0.08 | 0.37 | 0 | 0.70 | 287.14 | 0.23 | 0.24 |
| Hex | 46 | 30 | 4C | 8 | 25 | 0 | 46 | 11F | 17 | 18 |
| Octal | 106 | 60 | 114 | 10 | 45 | 0 | 106 | 437 | 27 | 30 |
| Binary | 1000110 | 110000 | 1001100 | 1000 | 100101 | 0 | 1000110 | 100011111 | 10111 | 11000 |
Color Harmonies of #46304C
Complementary color
Monochromatic Colors of #46304C
Black with #46304C
Text Example
Text Example
White with #46304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46304C; }
p { color: rgb(70,48,76); }
H1.HeaderClassName
{
color: #46304C;
}
.AnyTagClassName
{
color: #46304C;
}
</style>
background-color css
<style>
a { background-color: #46304C; }
a { background-color: rgb(70,48,76); }
div.DivClassName
{
background-color: #46304C;
}
.BgClassName
{
background-color: #46304C;
}
</style>
border-color css
<style>
span { border-color: #46304C; }
span { border-color: rgb(70,48,76); }
td.TdClassName
{
border-color: #46304C;
}
.TagClassName
{
border-color: #46304C;
}
</style>