Shades of Hot Purple #412349
Tints of Hot Purple #412349
RGB
CMYK
RGB Variations
Color information
#412349 (or 0x412349) is known color: Hot Purple. HEX triplet: 41, 23 and 49. RGB value is (65,35,73). Sum of RGB (Red+Green+Blue) = 65+35+73=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #412349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412349 is #BEDCB6. Grayscale: #303030. Windows color (decimal): -12508343 or 4793153. OLE color: 4793153.
HSL color Cylindrical-coordinate representation of color #412349: hue angle of 287.37º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #412349 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 35 | 73 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.71 |
| HSL | 287.37º | 0.35% | 0.21% | - |
| HSV(B) | 287.37º | 0.52% | 0.29% | - |
| XYZ | 3.98 | 2.81 | 6.64 | - |
| YUV | 48.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 73 | 0.11 | 0.52 | 0 | 0.71 | 287.37 | 0.35 | 0.21 |
| Hex | 41 | 23 | 49 | B | 34 | 0 | 47 | 11F | 23 | 15 |
| Octal | 101 | 43 | 111 | 13 | 64 | 0 | 107 | 437 | 43 | 25 |
| Binary | 1000001 | 100011 | 1001001 | 1011 | 110100 | 0 | 1000111 | 100011111 | 100011 | 10101 |
Color Harmonies of #412349
Complementary color
Monochromatic Colors of #412349
Black with #412349
Text Example
Text Example
White with #412349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412349; }
p { color: rgb(65,35,73); }
H1.HeaderClassName
{
color: #412349;
}
.AnyTagClassName
{
color: #412349;
}
</style>
background-color css
<style>
a { background-color: #412349; }
a { background-color: rgb(65,35,73); }
div.DivClassName
{
background-color: #412349;
}
.BgClassName
{
background-color: #412349;
}
</style>
border-color css
<style>
span { border-color: #412349; }
span { border-color: rgb(65,35,73); }
td.TdClassName
{
border-color: #412349;
}
.TagClassName
{
border-color: #412349;
}
</style>