Shades of Hot Purple #460B50
Tints of Hot Purple #460B50
RGB
CMYK
RGB Variations
Color information
#460B50 (or 0x460B50) is known color: Hot Purple. HEX triplet: 46, 0B and 50. RGB value is (70,11,80). Sum of RGB (Red+Green+Blue) = 70+11+80=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #460B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B50 is #B9F4AF. Grayscale: #242424. Windows color (decimal): -12186800 or 5245766. OLE color: 5245766.
HSL color Cylindrical-coordinate representation of color #460B50: hue angle of 291.3º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460B50 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 11 | 80 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.69 |
| HSL | 291.3º | 0.76% | 0.18% | - |
| HSV(B) | 291.3º | 0.86% | 0.31% | - |
| XYZ | 4.09 | 2.12 | 7.78 | - |
| YUV | 36.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 80 | 0.12 | 0.86 | 0 | 0.69 | 291.3 | 0.76 | 0.18 |
| Hex | 46 | B | 50 | C | 56 | 0 | 45 | 123 | 4C | 12 |
| Octal | 106 | 13 | 120 | 14 | 126 | 0 | 105 | 443 | 114 | 22 |
| Binary | 1000110 | 1011 | 1010000 | 1100 | 1010110 | 0 | 1000101 | 100100011 | 1001100 | 10010 |
Color Harmonies of #460B50
Complementary color
Monochromatic Colors of #460B50
Black with #460B50
Text Example
Text Example
White with #460B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B50; }
p { color: rgb(70,11,80); }
H1.HeaderClassName
{
color: #460B50;
}
.AnyTagClassName
{
color: #460B50;
}
</style>
background-color css
<style>
a { background-color: #460B50; }
a { background-color: rgb(70,11,80); }
div.DivClassName
{
background-color: #460B50;
}
.BgClassName
{
background-color: #460B50;
}
</style>
border-color css
<style>
span { border-color: #460B50; }
span { border-color: rgb(70,11,80); }
td.TdClassName
{
border-color: #460B50;
}
.TagClassName
{
border-color: #460B50;
}
</style>