Shades of Hot Purple #461C50
Tints of Hot Purple #461C50
RGB
CMYK
RGB Variations
Color information
#461C50 (or 0x461C50) is known color: Hot Purple. HEX triplet: 46, 1C and 50. RGB value is (70,28,80). Sum of RGB (Red+Green+Blue) = 70+28+80=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #461C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C50 is #B9E3AF. Grayscale: #2E2E2E. Windows color (decimal): -12182448 or 5250118. OLE color: 5250118.
HSL color Cylindrical-coordinate representation of color #461C50: hue angle of 288.46º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #461C50 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 28 | 80 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.69 |
| HSL | 288.46º | 0.48% | 0.21% | - |
| HSV(B) | 288.46º | 0.65% | 0.31% | - |
| XYZ | 4.39 | 2.71 | 7.88 | - |
| YUV | 46.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 80 | 0.12 | 0.65 | 0 | 0.69 | 288.46 | 0.48 | 0.21 |
| Hex | 46 | 1C | 50 | C | 41 | 0 | 45 | 120 | 30 | 15 |
| Octal | 106 | 34 | 120 | 14 | 101 | 0 | 105 | 440 | 60 | 25 |
| Binary | 1000110 | 11100 | 1010000 | 1100 | 1000001 | 0 | 1000101 | 100100000 | 110000 | 10101 |
Color Harmonies of #461C50
Complementary color
Monochromatic Colors of #461C50
Black with #461C50
Text Example
Text Example
White with #461C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C50; }
p { color: rgb(70,28,80); }
H1.HeaderClassName
{
color: #461C50;
}
.AnyTagClassName
{
color: #461C50;
}
</style>
background-color css
<style>
a { background-color: #461C50; }
a { background-color: rgb(70,28,80); }
div.DivClassName
{
background-color: #461C50;
}
.BgClassName
{
background-color: #461C50;
}
</style>
border-color css
<style>
span { border-color: #461C50; }
span { border-color: rgb(70,28,80); }
td.TdClassName
{
border-color: #461C50;
}
.TagClassName
{
border-color: #461C50;
}
</style>