Shades of Hot Purple #461150
Tints of Hot Purple #461150
RGB
CMYK
RGB Variations
Color information
#461150 (or 0x461150) is known color: Hot Purple. HEX triplet: 46, 11 and 50. RGB value is (70,17,80). Sum of RGB (Red+Green+Blue) = 70+17+80=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #461150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461150 is #B9EEAF. Grayscale: #272727. Windows color (decimal): -12185264 or 5247302. OLE color: 5247302.
HSL color Cylindrical-coordinate representation of color #461150: hue angle of 290.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461150 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 17 | 80 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.69 |
| HSL | 290.48º | 0.65% | 0.19% | - |
| HSV(B) | 290.48º | 0.79% | 0.31% | - |
| XYZ | 4.17 | 2.28 | 7.81 | - |
| YUV | 40.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 80 | 0.12 | 0.79 | 0 | 0.69 | 290.48 | 0.65 | 0.19 |
| Hex | 46 | 11 | 50 | C | 4F | 0 | 45 | 122 | 41 | 13 |
| Octal | 106 | 21 | 120 | 14 | 117 | 0 | 105 | 442 | 101 | 23 |
| Binary | 1000110 | 10001 | 1010000 | 1100 | 1001111 | 0 | 1000101 | 100100010 | 1000001 | 10011 |
Color Harmonies of #461150
Complementary color
Monochromatic Colors of #461150
Black with #461150
Text Example
Text Example
White with #461150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461150; }
p { color: rgb(70,17,80); }
H1.HeaderClassName
{
color: #461150;
}
.AnyTagClassName
{
color: #461150;
}
</style>
background-color css
<style>
a { background-color: #461150; }
a { background-color: rgb(70,17,80); }
div.DivClassName
{
background-color: #461150;
}
.BgClassName
{
background-color: #461150;
}
</style>
border-color css
<style>
span { border-color: #461150; }
span { border-color: rgb(70,17,80); }
td.TdClassName
{
border-color: #461150;
}
.TagClassName
{
border-color: #461150;
}
</style>