Shades of Hot Purple #42214A
Tints of Hot Purple #42214A
RGB
CMYK
RGB Variations
Color information
#42214A (or 0x42214A) is known color: Hot Purple. HEX triplet: 42, 21 and 4A. RGB value is (66,33,74). Sum of RGB (Red+Green+Blue) = 66+33+74=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #42214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42214A is #BDDEB5. Grayscale: #2F2F2F. Windows color (decimal): -12443318 or 4858178. OLE color: 4858178.
HSL color Cylindrical-coordinate representation of color #42214A: hue angle of 288.29º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42214A is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 33 | 74 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.71 |
| HSL | 288.29º | 0.38% | 0.21% | - |
| HSV(B) | 288.29º | 0.55% | 0.29% | - |
| XYZ | 4.03 | 2.74 | 6.8 | - |
| YUV | 47.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 74 | 0.11 | 0.55 | 0 | 0.71 | 288.29 | 0.38 | 0.21 |
| Hex | 42 | 21 | 4A | B | 37 | 0 | 47 | 120 | 26 | 15 |
| Octal | 102 | 41 | 112 | 13 | 67 | 0 | 107 | 440 | 46 | 25 |
| Binary | 1000010 | 100001 | 1001010 | 1011 | 110111 | 0 | 1000111 | 100100000 | 100110 | 10101 |
Color Harmonies of #42214A
Complementary color
Monochromatic Colors of #42214A
Black with #42214A
Text Example
Text Example
White with #42214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42214A; }
p { color: rgb(66,33,74); }
H1.HeaderClassName
{
color: #42214A;
}
.AnyTagClassName
{
color: #42214A;
}
</style>
background-color css
<style>
a { background-color: #42214A; }
a { background-color: rgb(66,33,74); }
div.DivClassName
{
background-color: #42214A;
}
.BgClassName
{
background-color: #42214A;
}
</style>
border-color css
<style>
span { border-color: #42214A; }
span { border-color: rgb(66,33,74); }
td.TdClassName
{
border-color: #42214A;
}
.TagClassName
{
border-color: #42214A;
}
</style>