Shades of Hot Purple #461C47
Tints of Hot Purple #461C47
RGB
CMYK
RGB Variations
Color information
#461C47 (or 0x461C47) is known color: Hot Purple. HEX triplet: 46, 1C and 47. RGB value is (70,28,71). Sum of RGB (Red+Green+Blue) = 70+28+71=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #461C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C47 is #B9E3B8. Grayscale: #2D2D2D. Windows color (decimal): -12182457 or 4660294. OLE color: 4660294.
HSL color Cylindrical-coordinate representation of color #461C47: hue angle of 298.6º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #461C47 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 28 | 71 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.72 |
| HSL | 298.6º | 0.43% | 0.19% | - |
| HSV(B) | 298.6º | 0.61% | 0.28% | - |
| XYZ | 4.08 | 2.59 | 6.25 | - |
| YUV | 45.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 71 | 0.01 | 0.61 | 0 | 0.72 | 298.6 | 0.43 | 0.19 |
| Hex | 46 | 1C | 47 | 1 | 3D | 0 | 48 | 12B | 2B | 13 |
| Octal | 106 | 34 | 107 | 1 | 75 | 0 | 110 | 453 | 53 | 23 |
| Binary | 1000110 | 11100 | 1000111 | 1 | 111101 | 0 | 1001000 | 100101011 | 101011 | 10011 |
Color Harmonies of #461C47
Complementary color
Monochromatic Colors of #461C47
Black with #461C47
Text Example
Text Example
White with #461C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C47; }
p { color: rgb(70,28,71); }
H1.HeaderClassName
{
color: #461C47;
}
.AnyTagClassName
{
color: #461C47;
}
</style>
background-color css
<style>
a { background-color: #461C47; }
a { background-color: rgb(70,28,71); }
div.DivClassName
{
background-color: #461C47;
}
.BgClassName
{
background-color: #461C47;
}
</style>
border-color css
<style>
span { border-color: #461C47; }
span { border-color: rgb(70,28,71); }
td.TdClassName
{
border-color: #461C47;
}
.TagClassName
{
border-color: #461C47;
}
</style>