Shades of Hot Purple #460750
Tints of Hot Purple #460750
RGB
CMYK
RGB Variations
Color information
#460750 (or 0x460750) is known color: Hot Purple. HEX triplet: 46, 07 and 50. RGB value is (70,7,80). Sum of RGB (Red+Green+Blue) = 70+7+80=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #460750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460750 is #B9F8AF. Grayscale: #212121. Windows color (decimal): -12187824 or 5244742. OLE color: 5244742.
HSL color Cylindrical-coordinate representation of color #460750: hue angle of 291.78º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460750 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 7 | 80 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.69 |
| HSL | 291.78º | 0.84% | 0.17% | - |
| HSV(B) | 291.78º | 0.91% | 0.31% | - |
| XYZ | 4.05 | 2.03 | 7.77 | - |
| YUV | 34.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 80 | 0.12 | 0.91 | 0 | 0.69 | 291.78 | 0.84 | 0.17 |
| Hex | 46 | 7 | 50 | C | 5B | 0 | 45 | 124 | 54 | 11 |
| Octal | 106 | 7 | 120 | 14 | 133 | 0 | 105 | 444 | 124 | 21 |
| Binary | 1000110 | 111 | 1010000 | 1100 | 1011011 | 0 | 1000101 | 100100100 | 1010100 | 10001 |
Color Harmonies of #460750
Complementary color
Monochromatic Colors of #460750
Black with #460750
Text Example
Text Example
White with #460750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460750; }
p { color: rgb(70,7,80); }
H1.HeaderClassName
{
color: #460750;
}
.AnyTagClassName
{
color: #460750;
}
</style>
background-color css
<style>
a { background-color: #460750; }
a { background-color: rgb(70,7,80); }
div.DivClassName
{
background-color: #460750;
}
.BgClassName
{
background-color: #460750;
}
</style>
border-color css
<style>
span { border-color: #460750; }
span { border-color: rgb(70,7,80); }
td.TdClassName
{
border-color: #460750;
}
.TagClassName
{
border-color: #460750;
}
</style>