Shades of Hot Purple #421A49
Tints of Hot Purple #421A49
RGB
CMYK
RGB Variations
Color information
#421A49 (or 0x421A49) is known color: Hot Purple. HEX triplet: 42, 1A and 49. RGB value is (66,26,73). Sum of RGB (Red+Green+Blue) = 66+26+73=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #421A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A49 is #BDE5B6. Grayscale: #2B2B2B. Windows color (decimal): -12445111 or 4790850. OLE color: 4790850.
HSL color Cylindrical-coordinate representation of color #421A49: hue angle of 291.06º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #421A49 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 26 | 73 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.71 |
| HSL | 291.06º | 0.47% | 0.19% | - |
| HSV(B) | 291.06º | 0.64% | 0.29% | - |
| XYZ | 3.82 | 2.38 | 6.56 | - |
| YUV | 43.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 73 | 0.10 | 0.64 | 0 | 0.71 | 291.06 | 0.47 | 0.19 |
| Hex | 42 | 1A | 49 | A | 40 | 0 | 47 | 123 | 2F | 13 |
| Octal | 102 | 32 | 111 | 12 | 100 | 0 | 107 | 443 | 57 | 23 |
| Binary | 1000010 | 11010 | 1001001 | 1010 | 1000000 | 0 | 1000111 | 100100011 | 101111 | 10011 |
Color Harmonies of #421A49
Complementary color
Monochromatic Colors of #421A49
Black with #421A49
Text Example
Text Example
White with #421A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A49; }
p { color: rgb(66,26,73); }
H1.HeaderClassName
{
color: #421A49;
}
.AnyTagClassName
{
color: #421A49;
}
</style>
background-color css
<style>
a { background-color: #421A49; }
a { background-color: rgb(66,26,73); }
div.DivClassName
{
background-color: #421A49;
}
.BgClassName
{
background-color: #421A49;
}
</style>
border-color css
<style>
span { border-color: #421A49; }
span { border-color: rgb(66,26,73); }
td.TdClassName
{
border-color: #421A49;
}
.TagClassName
{
border-color: #421A49;
}
</style>