Shades of Hot Purple #421C48
Tints of Hot Purple #421C48
RGB
CMYK
RGB Variations
Color information
#421C48 (or 0x421C48) is known color: Hot Purple. HEX triplet: 42, 1C and 48. RGB value is (66,28,72). Sum of RGB (Red+Green+Blue) = 66+28+72=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #421C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C48 is #BDE3B7. Grayscale: #2C2C2C. Windows color (decimal): -12444600 or 4725826. OLE color: 4725826.
HSL color Cylindrical-coordinate representation of color #421C48: hue angle of 291.82º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421C48 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 28 | 72 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.72 |
| HSL | 291.82º | 0.44% | 0.2% | - |
| HSV(B) | 291.82º | 0.61% | 0.28% | - |
| XYZ | 3.83 | 2.46 | 6.4 | - |
| YUV | 44.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 72 | 0.08 | 0.61 | 0 | 0.72 | 291.82 | 0.44 | 0.2 |
| Hex | 42 | 1C | 48 | 8 | 3D | 0 | 48 | 124 | 2C | 14 |
| Octal | 102 | 34 | 110 | 10 | 75 | 0 | 110 | 444 | 54 | 24 |
| Binary | 1000010 | 11100 | 1001000 | 1000 | 111101 | 0 | 1001000 | 100100100 | 101100 | 10100 |
Color Harmonies of #421C48
Complementary color
Monochromatic Colors of #421C48
Black with #421C48
Text Example
Text Example
White with #421C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C48; }
p { color: rgb(66,28,72); }
H1.HeaderClassName
{
color: #421C48;
}
.AnyTagClassName
{
color: #421C48;
}
</style>
background-color css
<style>
a { background-color: #421C48; }
a { background-color: rgb(66,28,72); }
div.DivClassName
{
background-color: #421C48;
}
.BgClassName
{
background-color: #421C48;
}
</style>
border-color css
<style>
span { border-color: #421C48; }
span { border-color: rgb(66,28,72); }
td.TdClassName
{
border-color: #421C48;
}
.TagClassName
{
border-color: #421C48;
}
</style>