Shades of Hot Purple #460B53
Tints of Hot Purple #460B53
RGB
CMYK
RGB Variations
Color information
#460B53 (or 0x460B53) is known color: Hot Purple. HEX triplet: 46, 0B and 53. RGB value is (70,11,83). Sum of RGB (Red+Green+Blue) = 70+11+83=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #460B53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B53 is #B9F4AC. Grayscale: #242424. Windows color (decimal): -12186797 or 5442374. OLE color: 5442374.
HSL color Cylindrical-coordinate representation of color #460B53: hue angle of 289.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460B53 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 11 | 83 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.67 |
| HSL | 289.17º | 0.77% | 0.18% | - |
| HSV(B) | 289.17º | 0.87% | 0.33% | - |
| XYZ | 4.21 | 2.17 | 8.38 | - |
| YUV | 36.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 83 | 0.16 | 0.87 | 0 | 0.67 | 289.17 | 0.77 | 0.18 |
| Hex | 46 | B | 53 | 10 | 57 | 0 | 43 | 121 | 4D | 12 |
| Octal | 106 | 13 | 123 | 20 | 127 | 0 | 103 | 441 | 115 | 22 |
| Binary | 1000110 | 1011 | 1010011 | 10000 | 1010111 | 0 | 1000011 | 100100001 | 1001101 | 10010 |
Color Harmonies of #460B53
Complementary color
Monochromatic Colors of #460B53
Black with #460B53
Text Example
Text Example
White with #460B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B53; }
p { color: rgb(70,11,83); }
H1.HeaderClassName
{
color: #460B53;
}
.AnyTagClassName
{
color: #460B53;
}
</style>
background-color css
<style>
a { background-color: #460B53; }
a { background-color: rgb(70,11,83); }
div.DivClassName
{
background-color: #460B53;
}
.BgClassName
{
background-color: #460B53;
}
</style>
border-color css
<style>
span { border-color: #460B53; }
span { border-color: rgb(70,11,83); }
td.TdClassName
{
border-color: #460B53;
}
.TagClassName
{
border-color: #460B53;
}
</style>