Shades of Hot Purple #46204B
Tints of Hot Purple #46204B
RGB
CMYK
RGB Variations
Color information
#46204B (or 0x46204B) is known color: Hot Purple. HEX triplet: 46, 20 and 4B. RGB value is (70,32,75). Sum of RGB (Red+Green+Blue) = 70+32+75=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #46204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46204B is #B9DFB4. Grayscale: #303030. Windows color (decimal): -12181429 or 4923462. OLE color: 4923462.
HSL color Cylindrical-coordinate representation of color #46204B: hue angle of 293.02º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46204B is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 32 | 75 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.71 |
| HSL | 293.02º | 0.4% | 0.21% | - |
| HSV(B) | 293.02º | 0.57% | 0.29% | - |
| XYZ | 4.31 | 2.84 | 6.98 | - |
| YUV | 48.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 75 | 0.07 | 0.57 | 0 | 0.71 | 293.02 | 0.4 | 0.21 |
| Hex | 46 | 20 | 4B | 7 | 39 | 0 | 47 | 125 | 28 | 15 |
| Octal | 106 | 40 | 113 | 7 | 71 | 0 | 107 | 445 | 50 | 25 |
| Binary | 1000110 | 100000 | 1001011 | 111 | 111001 | 0 | 1000111 | 100100101 | 101000 | 10101 |
Color Harmonies of #46204B
Complementary color
Monochromatic Colors of #46204B
Black with #46204B
Text Example
Text Example
White with #46204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46204B; }
p { color: rgb(70,32,75); }
H1.HeaderClassName
{
color: #46204B;
}
.AnyTagClassName
{
color: #46204B;
}
</style>
background-color css
<style>
a { background-color: #46204B; }
a { background-color: rgb(70,32,75); }
div.DivClassName
{
background-color: #46204B;
}
.BgClassName
{
background-color: #46204B;
}
</style>
border-color css
<style>
span { border-color: #46204B; }
span { border-color: rgb(70,32,75); }
td.TdClassName
{
border-color: #46204B;
}
.TagClassName
{
border-color: #46204B;
}
</style>