Shades of Hot Purple #413045
Tints of Hot Purple #413045
RGB
CMYK
RGB Variations
Color information
#413045 (or 0x413045) is known color: Hot Purple. HEX triplet: 41, 30 and 45. RGB value is (65,48,69). Sum of RGB (Red+Green+Blue) = 65+48+69=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 69 - color contains mainly: blue. Hex color #413045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413045 is #BECFBA. Grayscale: #373737. Windows color (decimal): -12505019 or 4534337. OLE color: 4534337.
HSL color Cylindrical-coordinate representation of color #413045: hue angle of 288.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #413045 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 48 | 69 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.73 |
| HSL | 288.57º | 0.18% | 0.23% | - |
| HSV(B) | 288.57º | 0.3% | 0.27% | - |
| XYZ | 4.31 | 3.67 | 6.11 | - |
| YUV | 55.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 69 | 0.06 | 0.30 | 0 | 0.73 | 288.57 | 0.18 | 0.23 |
| Hex | 41 | 30 | 45 | 6 | 1E | 0 | 49 | 121 | 12 | 17 |
| Octal | 101 | 60 | 105 | 6 | 36 | 0 | 111 | 441 | 22 | 27 |
| Binary | 1000001 | 110000 | 1000101 | 110 | 11110 | 0 | 1001001 | 100100001 | 10010 | 10111 |
Color Harmonies of #413045
Complementary color
Monochromatic Colors of #413045
Black with #413045
Text Example
Text Example
White with #413045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413045; }
p { color: rgb(65,48,69); }
H1.HeaderClassName
{
color: #413045;
}
.AnyTagClassName
{
color: #413045;
}
</style>
background-color css
<style>
a { background-color: #413045; }
a { background-color: rgb(65,48,69); }
div.DivClassName
{
background-color: #413045;
}
.BgClassName
{
background-color: #413045;
}
</style>
border-color css
<style>
span { border-color: #413045; }
span { border-color: rgb(65,48,69); }
td.TdClassName
{
border-color: #413045;
}
.TagClassName
{
border-color: #413045;
}
</style>