Shades of Hot Purple #4A164C
Tints of Hot Purple #4A164C
RGB
CMYK
RGB Variations
Color information
#4A164C (or 0x4A164C) is known color: Hot Purple. HEX triplet: 4A, 16 and 4C. RGB value is (74,22,76). Sum of RGB (Red+Green+Blue) = 74+22+76=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A164C is #B5E9B3. Grayscale: #2B2B2B. Windows color (decimal): -11921844 or 4986442. OLE color: 4986442.
HSL color Cylindrical-coordinate representation of color #4A164C: hue angle of 297.78º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A164C is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 22 | 76 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.70 |
| HSL | 297.78º | 0.55% | 0.19% | - |
| HSV(B) | 297.78º | 0.71% | 0.3% | - |
| XYZ | 4.42 | 2.55 | 7.1 | - |
| YUV | 43.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 76 | 0.03 | 0.71 | 0 | 0.70 | 297.78 | 0.55 | 0.19 |
| Hex | 4A | 16 | 4C | 3 | 47 | 0 | 46 | 12A | 37 | 13 |
| Octal | 112 | 26 | 114 | 3 | 107 | 0 | 106 | 452 | 67 | 23 |
| Binary | 1001010 | 10110 | 1001100 | 11 | 1000111 | 0 | 1000110 | 100101010 | 110111 | 10011 |
Color Harmonies of #4A164C
Complementary color
Monochromatic Colors of #4A164C
Black with #4A164C
Text Example
Text Example
White with #4A164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A164C; }
p { color: rgb(74,22,76); }
H1.HeaderClassName
{
color: #4A164C;
}
.AnyTagClassName
{
color: #4A164C;
}
</style>
background-color css
<style>
a { background-color: #4A164C; }
a { background-color: rgb(74,22,76); }
div.DivClassName
{
background-color: #4A164C;
}
.BgClassName
{
background-color: #4A164C;
}
</style>
border-color css
<style>
span { border-color: #4A164C; }
span { border-color: rgb(74,22,76); }
td.TdClassName
{
border-color: #4A164C;
}
.TagClassName
{
border-color: #4A164C;
}
</style>