Shades of Hot Purple #42194A
Tints of Hot Purple #42194A
RGB
CMYK
RGB Variations
Color information
#42194A (or 0x42194A) is known color: Hot Purple. HEX triplet: 42, 19 and 4A. RGB value is (66,25,74). Sum of RGB (Red+Green+Blue) = 66+25+74=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #42194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42194A is #BDE6B5. Grayscale: #2A2A2A. Windows color (decimal): -12445366 or 4856130. OLE color: 4856130.
HSL color Cylindrical-coordinate representation of color #42194A: hue angle of 290.2º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42194A is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 25 | 74 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.71 |
| HSL | 290.2º | 0.49% | 0.19% | - |
| HSV(B) | 290.2º | 0.66% | 0.29% | - |
| XYZ | 3.83 | 2.35 | 6.73 | - |
| YUV | 42.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 74 | 0.11 | 0.66 | 0 | 0.71 | 290.2 | 0.49 | 0.19 |
| Hex | 42 | 19 | 4A | B | 42 | 0 | 47 | 122 | 31 | 13 |
| Octal | 102 | 31 | 112 | 13 | 102 | 0 | 107 | 442 | 61 | 23 |
| Binary | 1000010 | 11001 | 1001010 | 1011 | 1000010 | 0 | 1000111 | 100100010 | 110001 | 10011 |
Color Harmonies of #42194A
Complementary color
Monochromatic Colors of #42194A
Black with #42194A
Text Example
Text Example
White with #42194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42194A; }
p { color: rgb(66,25,74); }
H1.HeaderClassName
{
color: #42194A;
}
.AnyTagClassName
{
color: #42194A;
}
</style>
background-color css
<style>
a { background-color: #42194A; }
a { background-color: rgb(66,25,74); }
div.DivClassName
{
background-color: #42194A;
}
.BgClassName
{
background-color: #42194A;
}
</style>
border-color css
<style>
span { border-color: #42194A; }
span { border-color: rgb(66,25,74); }
td.TdClassName
{
border-color: #42194A;
}
.TagClassName
{
border-color: #42194A;
}
</style>