Shades of Hot Purple #421E49
Tints of Hot Purple #421E49
RGB
CMYK
RGB Variations
Color information
#421E49 (or 0x421E49) is known color: Hot Purple. HEX triplet: 42, 1E and 49. RGB value is (66,30,73). Sum of RGB (Red+Green+Blue) = 66+30+73=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #421E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E49 is #BDE1B6. Grayscale: #2D2D2D. Windows color (decimal): -12444087 or 4791874. OLE color: 4791874.
HSL color Cylindrical-coordinate representation of color #421E49: hue angle of 290.23º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #421E49 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 30 | 73 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.71 |
| HSL | 290.23º | 0.42% | 0.2% | - |
| HSV(B) | 290.23º | 0.59% | 0.29% | - |
| XYZ | 3.91 | 2.57 | 6.59 | - |
| YUV | 45.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 73 | 0.10 | 0.59 | 0 | 0.71 | 290.23 | 0.42 | 0.2 |
| Hex | 42 | 1E | 49 | A | 3B | 0 | 47 | 122 | 2A | 14 |
| Octal | 102 | 36 | 111 | 12 | 73 | 0 | 107 | 442 | 52 | 24 |
| Binary | 1000010 | 11110 | 1001001 | 1010 | 111011 | 0 | 1000111 | 100100010 | 101010 | 10100 |
Color Harmonies of #421E49
Complementary color
Monochromatic Colors of #421E49
Black with #421E49
Text Example
Text Example
White with #421E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E49; }
p { color: rgb(66,30,73); }
H1.HeaderClassName
{
color: #421E49;
}
.AnyTagClassName
{
color: #421E49;
}
</style>
background-color css
<style>
a { background-color: #421E49; }
a { background-color: rgb(66,30,73); }
div.DivClassName
{
background-color: #421E49;
}
.BgClassName
{
background-color: #421E49;
}
</style>
border-color css
<style>
span { border-color: #421E49; }
span { border-color: rgb(66,30,73); }
td.TdClassName
{
border-color: #421E49;
}
.TagClassName
{
border-color: #421E49;
}
</style>