Shades of Hot Purple #421C47
Tints of Hot Purple #421C47
RGB
CMYK
RGB Variations
Color information
#421C47 (or 0x421C47) is known color: Hot Purple. HEX triplet: 42, 1C and 47. RGB value is (66,28,71). Sum of RGB (Red+Green+Blue) = 66+28+71=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #421C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C47 is #BDE3B8. Grayscale: #2C2C2C. Windows color (decimal): -12444601 or 4660290. OLE color: 4660290.
HSL color Cylindrical-coordinate representation of color #421C47: hue angle of 293.02º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421C47 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 28 | 71 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.72 |
| HSL | 293.02º | 0.43% | 0.19% | - |
| HSV(B) | 293.02º | 0.61% | 0.28% | - |
| XYZ | 3.8 | 2.44 | 6.23 | - |
| YUV | 44.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 71 | 0.07 | 0.61 | 0 | 0.72 | 293.02 | 0.43 | 0.19 |
| Hex | 42 | 1C | 47 | 7 | 3D | 0 | 48 | 125 | 2B | 13 |
| Octal | 102 | 34 | 107 | 7 | 75 | 0 | 110 | 445 | 53 | 23 |
| Binary | 1000010 | 11100 | 1000111 | 111 | 111101 | 0 | 1001000 | 100100101 | 101011 | 10011 |
Color Harmonies of #421C47
Complementary color
Monochromatic Colors of #421C47
Black with #421C47
Text Example
Text Example
White with #421C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C47; }
p { color: rgb(66,28,71); }
H1.HeaderClassName
{
color: #421C47;
}
.AnyTagClassName
{
color: #421C47;
}
</style>
background-color css
<style>
a { background-color: #421C47; }
a { background-color: rgb(66,28,71); }
div.DivClassName
{
background-color: #421C47;
}
.BgClassName
{
background-color: #421C47;
}
</style>
border-color css
<style>
span { border-color: #421C47; }
span { border-color: rgb(66,28,71); }
td.TdClassName
{
border-color: #421C47;
}
.TagClassName
{
border-color: #421C47;
}
</style>