Shades of Hot Purple #4A194A
Tints of Hot Purple #4A194A
RGB
CMYK
RGB Variations
Color information
#4A194A (or 0x4A194A) is known color: Hot Purple. HEX triplet: 4A, 19 and 4A. RGB value is (74,25,74). Sum of RGB (Red+Green+Blue) = 74+25+74=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: red, blue. Hex color #4A194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A194A is #B5E6B5. Grayscale: #2D2D2D. Windows color (decimal): -11921078 or 4856138. OLE color: 4856138.
HSL color Cylindrical-coordinate representation of color #4A194A: hue angle of 300º 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 #4A194A is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 74 | - |
| CMYK | 0 | 0.66 | 0 | 0.71 |
| HSL | 300º | 0.49% | 0.19% | - |
| HSV(B) | 300º | 0.66% | 0.29% | - |
| XYZ | 4.41 | 2.65 | 6.76 | - |
| YUV | 45.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 74 | 0 | 0.66 | 0 | 0.71 | 300 | 0.49 | 0.19 |
| Hex | 4A | 19 | 4A | 0 | 42 | 0 | 47 | 12C | 31 | 13 |
| Octal | 112 | 31 | 112 | 0 | 102 | 0 | 107 | 454 | 61 | 23 |
| Binary | 1001010 | 11001 | 1001010 | 0 | 1000010 | 0 | 1000111 | 100101100 | 110001 | 10011 |
Color Harmonies of #4A194A
Complementary color
Monochromatic Colors of #4A194A
Black with #4A194A
Text Example
Text Example
White with #4A194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A194A; }
p { color: rgb(74,25,74); }
H1.HeaderClassName
{
color: #4A194A;
}
.AnyTagClassName
{
color: #4A194A;
}
</style>
background-color css
<style>
a { background-color: #4A194A; }
a { background-color: rgb(74,25,74); }
div.DivClassName
{
background-color: #4A194A;
}
.BgClassName
{
background-color: #4A194A;
}
</style>
border-color css
<style>
span { border-color: #4A194A; }
span { border-color: rgb(74,25,74); }
td.TdClassName
{
border-color: #4A194A;
}
.TagClassName
{
border-color: #4A194A;
}
</style>