Shades of Hot Purple #412547
Tints of Hot Purple #412547
RGB
CMYK
RGB Variations
Color information
#412547 (or 0x412547) is known color: Hot Purple. HEX triplet: 41, 25 and 47. RGB value is (65,37,71). Sum of RGB (Red+Green+Blue) = 65+37+71=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #412547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412547 is #BEDAB8. Grayscale: #313131. Windows color (decimal): -12507833 or 4662593. OLE color: 4662593.
HSL color Cylindrical-coordinate representation of color #412547: hue angle of 289.41º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #412547 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 37 | 71 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.72 |
| HSL | 289.41º | 0.31% | 0.21% | - |
| HSV(B) | 289.41º | 0.48% | 0.28% | - |
| XYZ | 3.98 | 2.9 | 6.31 | - |
| YUV | 49.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 71 | 0.08 | 0.48 | 0 | 0.72 | 289.41 | 0.31 | 0.21 |
| Hex | 41 | 25 | 47 | 8 | 30 | 0 | 48 | 121 | 1F | 15 |
| Octal | 101 | 45 | 107 | 10 | 60 | 0 | 110 | 441 | 37 | 25 |
| Binary | 1000001 | 100101 | 1000111 | 1000 | 110000 | 0 | 1001000 | 100100001 | 11111 | 10101 |
Color Harmonies of #412547
Complementary color
Monochromatic Colors of #412547
Black with #412547
Text Example
Text Example
White with #412547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412547; }
p { color: rgb(65,37,71); }
H1.HeaderClassName
{
color: #412547;
}
.AnyTagClassName
{
color: #412547;
}
</style>
background-color css
<style>
a { background-color: #412547; }
a { background-color: rgb(65,37,71); }
div.DivClassName
{
background-color: #412547;
}
.BgClassName
{
background-color: #412547;
}
</style>
border-color css
<style>
span { border-color: #412547; }
span { border-color: rgb(65,37,71); }
td.TdClassName
{
border-color: #412547;
}
.TagClassName
{
border-color: #412547;
}
</style>