Shades of Hot Purple #42194B
Tints of Hot Purple #42194B
RGB
CMYK
RGB Variations
Color information
#42194B (or 0x42194B) is known color: Hot Purple. HEX triplet: 42, 19 and 4B. RGB value is (66,25,75). Sum of RGB (Red+Green+Blue) = 66+25+75=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #42194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42194B is #BDE6B4. Grayscale: #2A2A2A. Windows color (decimal): -12445365 or 4921666. OLE color: 4921666.
HSL color Cylindrical-coordinate representation of color #42194B: hue angle of 289.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42194B is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 25 | 75 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.71 |
| HSL | 289.2º | 0.5% | 0.2% | - |
| HSV(B) | 289.2º | 0.67% | 0.29% | - |
| XYZ | 3.86 | 2.36 | 6.91 | - |
| YUV | 42.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 75 | 0.12 | 0.67 | 0 | 0.71 | 289.2 | 0.5 | 0.2 |
| Hex | 42 | 19 | 4B | C | 43 | 0 | 47 | 121 | 32 | 14 |
| Octal | 102 | 31 | 113 | 14 | 103 | 0 | 107 | 441 | 62 | 24 |
| Binary | 1000010 | 11001 | 1001011 | 1100 | 1000011 | 0 | 1000111 | 100100001 | 110010 | 10100 |
Color Harmonies of #42194B
Complementary color
Monochromatic Colors of #42194B
Black with #42194B
Text Example
Text Example
White with #42194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42194B; }
p { color: rgb(66,25,75); }
H1.HeaderClassName
{
color: #42194B;
}
.AnyTagClassName
{
color: #42194B;
}
</style>
background-color css
<style>
a { background-color: #42194B; }
a { background-color: rgb(66,25,75); }
div.DivClassName
{
background-color: #42194B;
}
.BgClassName
{
background-color: #42194B;
}
</style>
border-color css
<style>
span { border-color: #42194B; }
span { border-color: rgb(66,25,75); }
td.TdClassName
{
border-color: #42194B;
}
.TagClassName
{
border-color: #42194B;
}
</style>