Shades of Hot Purple #421849
Tints of Hot Purple #421849
RGB
CMYK
RGB Variations
Color information
#421849 (or 0x421849) is known color: Hot Purple. HEX triplet: 42, 18 and 49. RGB value is (66,24,73). Sum of RGB (Red+Green+Blue) = 66+24+73=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #421849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421849 is #BDE7B6. Grayscale: #292929. Windows color (decimal): -12445623 or 4790338. OLE color: 4790338.
HSL color Cylindrical-coordinate representation of color #421849: hue angle of 291.43º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421849 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 24 | 73 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.71 |
| HSL | 291.43º | 0.51% | 0.19% | - |
| HSV(B) | 291.43º | 0.67% | 0.29% | - |
| XYZ | 3.78 | 2.29 | 6.55 | - |
| YUV | 42.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 73 | 0.10 | 0.67 | 0 | 0.71 | 291.43 | 0.51 | 0.19 |
| Hex | 42 | 18 | 49 | A | 43 | 0 | 47 | 123 | 33 | 13 |
| Octal | 102 | 30 | 111 | 12 | 103 | 0 | 107 | 443 | 63 | 23 |
| Binary | 1000010 | 11000 | 1001001 | 1010 | 1000011 | 0 | 1000111 | 100100011 | 110011 | 10011 |
Color Harmonies of #421849
Complementary color
Monochromatic Colors of #421849
Black with #421849
Text Example
Text Example
White with #421849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421849; }
p { color: rgb(66,24,73); }
H1.HeaderClassName
{
color: #421849;
}
.AnyTagClassName
{
color: #421849;
}
</style>
background-color css
<style>
a { background-color: #421849; }
a { background-color: rgb(66,24,73); }
div.DivClassName
{
background-color: #421849;
}
.BgClassName
{
background-color: #421849;
}
</style>
border-color css
<style>
span { border-color: #421849; }
span { border-color: rgb(66,24,73); }
td.TdClassName
{
border-color: #421849;
}
.TagClassName
{
border-color: #421849;
}
</style>