Shades of Hot Purple #461350
Tints of Hot Purple #461350
RGB
CMYK
RGB Variations
Color information
#461350 (or 0x461350) is known color: Hot Purple. HEX triplet: 46, 13 and 50. RGB value is (70,19,80). Sum of RGB (Red+Green+Blue) = 70+19+80=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #461350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461350 is #B9ECAF. Grayscale: #292929. Windows color (decimal): -12184752 or 5247814. OLE color: 5247814.
HSL color Cylindrical-coordinate representation of color #461350: hue angle of 290.16º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461350 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 19 | 80 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.69 |
| HSL | 290.16º | 0.62% | 0.19% | - |
| HSV(B) | 290.16º | 0.76% | 0.31% | - |
| XYZ | 4.21 | 2.35 | 7.82 | - |
| YUV | 41.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 80 | 0.12 | 0.76 | 0 | 0.69 | 290.16 | 0.62 | 0.19 |
| Hex | 46 | 13 | 50 | C | 4C | 0 | 45 | 122 | 3E | 13 |
| Octal | 106 | 23 | 120 | 14 | 114 | 0 | 105 | 442 | 76 | 23 |
| Binary | 1000110 | 10011 | 1010000 | 1100 | 1001100 | 0 | 1000101 | 100100010 | 111110 | 10011 |
Color Harmonies of #461350
Complementary color
Monochromatic Colors of #461350
Black with #461350
Text Example
Text Example
White with #461350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461350; }
p { color: rgb(70,19,80); }
H1.HeaderClassName
{
color: #461350;
}
.AnyTagClassName
{
color: #461350;
}
</style>
background-color css
<style>
a { background-color: #461350; }
a { background-color: rgb(70,19,80); }
div.DivClassName
{
background-color: #461350;
}
.BgClassName
{
background-color: #461350;
}
</style>
border-color css
<style>
span { border-color: #461350; }
span { border-color: rgb(70,19,80); }
td.TdClassName
{
border-color: #461350;
}
.TagClassName
{
border-color: #461350;
}
</style>