Shades of Hot Purple #461450
Tints of Hot Purple #461450
RGB
CMYK
RGB Variations
Color information
#461450 (or 0x461450) is known color: Hot Purple. HEX triplet: 46, 14 and 50. RGB value is (70,20,80). Sum of RGB (Red+Green+Blue) = 70+20+80=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #461450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461450 is #B9EBAF. Grayscale: #292929. Windows color (decimal): -12184496 or 5248070. OLE color: 5248070.
HSL color Cylindrical-coordinate representation of color #461450: hue angle of 290º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461450 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 20 | 80 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.69 |
| HSL | 290º | 0.6% | 0.2% | - |
| HSV(B) | 290º | 0.75% | 0.31% | - |
| XYZ | 4.22 | 2.38 | 7.83 | - |
| YUV | 41.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 80 | 0.12 | 0.75 | 0 | 0.69 | 290 | 0.6 | 0.2 |
| Hex | 46 | 14 | 50 | C | 4B | 0 | 45 | 122 | 3C | 14 |
| Octal | 106 | 24 | 120 | 14 | 113 | 0 | 105 | 442 | 74 | 24 |
| Binary | 1000110 | 10100 | 1010000 | 1100 | 1001011 | 0 | 1000101 | 100100010 | 111100 | 10100 |
Color Harmonies of #461450
Complementary color
Monochromatic Colors of #461450
Black with #461450
Text Example
Text Example
White with #461450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461450; }
p { color: rgb(70,20,80); }
H1.HeaderClassName
{
color: #461450;
}
.AnyTagClassName
{
color: #461450;
}
</style>
background-color css
<style>
a { background-color: #461450; }
a { background-color: rgb(70,20,80); }
div.DivClassName
{
background-color: #461450;
}
.BgClassName
{
background-color: #461450;
}
</style>
border-color css
<style>
span { border-color: #461450; }
span { border-color: rgb(70,20,80); }
td.TdClassName
{
border-color: #461450;
}
.TagClassName
{
border-color: #461450;
}
</style>