Shades of Hot Purple #4A184B
Tints of Hot Purple #4A184B
RGB
CMYK
RGB Variations
Color information
#4A184B (or 0x4A184B) is known color: Hot Purple. HEX triplet: 4A, 18 and 4B. RGB value is (74,24,75). Sum of RGB (Red+Green+Blue) = 74+24+75=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A184B is #B5E7B4. Grayscale: #2C2C2C. Windows color (decimal): -11921333 or 4921418. OLE color: 4921418.
HSL color Cylindrical-coordinate representation of color #4A184B: hue angle of 298.82º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A184B is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 24 | 75 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.71 |
| HSL | 298.82º | 0.52% | 0.19% | - |
| HSV(B) | 298.82º | 0.68% | 0.29% | - |
| XYZ | 4.42 | 2.62 | 6.93 | - |
| YUV | 44.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 75 | 0.01 | 0.68 | 0 | 0.71 | 298.82 | 0.52 | 0.19 |
| Hex | 4A | 18 | 4B | 1 | 44 | 0 | 47 | 12B | 34 | 13 |
| Octal | 112 | 30 | 113 | 1 | 104 | 0 | 107 | 453 | 64 | 23 |
| Binary | 1001010 | 11000 | 1001011 | 1 | 1000100 | 0 | 1000111 | 100101011 | 110100 | 10011 |
Color Harmonies of #4A184B
Complementary color
Monochromatic Colors of #4A184B
Black with #4A184B
Text Example
Text Example
White with #4A184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A184B; }
p { color: rgb(74,24,75); }
H1.HeaderClassName
{
color: #4A184B;
}
.AnyTagClassName
{
color: #4A184B;
}
</style>
background-color css
<style>
a { background-color: #4A184B; }
a { background-color: rgb(74,24,75); }
div.DivClassName
{
background-color: #4A184B;
}
.BgClassName
{
background-color: #4A184B;
}
</style>
border-color css
<style>
span { border-color: #4A184B; }
span { border-color: rgb(74,24,75); }
td.TdClassName
{
border-color: #4A184B;
}
.TagClassName
{
border-color: #4A184B;
}
</style>