Shades of Hot Purple #4B194A
Tints of Hot Purple #4B194A
RGB
CMYK
RGB Variations
Color information
#4B194A (or 0x4B194A) is known color: Hot Purple. HEX triplet: 4B, 19 and 4A. RGB value is (75,25,74). Sum of RGB (Red+Green+Blue) = 75+25+74=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B194A is #B4E6B5. Grayscale: #2D2D2D. Windows color (decimal): -11855542 or 4856139. OLE color: 4856139.
HSL color Cylindrical-coordinate representation of color #4B194A: hue angle of 301.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 #4B194A is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 74 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.71 |
| HSL | 301.2º | 0.5% | 0.2% | - |
| HSV(B) | 301.2º | 0.67% | 0.29% | - |
| XYZ | 4.49 | 2.69 | 6.76 | - |
| YUV | 45.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 74 | 0 | 0.67 | 0.01 | 0.71 | 301.2 | 0.5 | 0.2 |
| Hex | 4B | 19 | 4A | 0 | 43 | 1 | 47 | 12D | 32 | 14 |
| Octal | 113 | 31 | 112 | 0 | 103 | 1 | 107 | 455 | 62 | 24 |
| Binary | 1001011 | 11001 | 1001010 | 0 | 1000011 | 1 | 1000111 | 100101101 | 110010 | 10100 |
Color Harmonies of #4B194A
Complementary color
Monochromatic Colors of #4B194A
Black with #4B194A
Text Example
Text Example
White with #4B194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B194A; }
p { color: rgb(75,25,74); }
H1.HeaderClassName
{
color: #4B194A;
}
.AnyTagClassName
{
color: #4B194A;
}
</style>
background-color css
<style>
a { background-color: #4B194A; }
a { background-color: rgb(75,25,74); }
div.DivClassName
{
background-color: #4B194A;
}
.BgClassName
{
background-color: #4B194A;
}
</style>
border-color css
<style>
span { border-color: #4B194A; }
span { border-color: rgb(75,25,74); }
td.TdClassName
{
border-color: #4B194A;
}
.TagClassName
{
border-color: #4B194A;
}
</style>