Shades of Hot Purple #4A064C
Tints of Hot Purple #4A064C
RGB
CMYK
RGB Variations
Color information
#4A064C (or 0x4A064C) is known color: Hot Purple. HEX triplet: 4A, 06 and 4C. RGB value is (74,6,76). Sum of RGB (Red+Green+Blue) = 74+6+76=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A064C is #B5F9B3. Grayscale: #222222. Windows color (decimal): -11925940 or 4982346. OLE color: 4982346.
HSL color Cylindrical-coordinate representation of color #4A064C: hue angle of 298.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A064C is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 6 | 76 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.70 |
| HSL | 298.29º | 0.85% | 0.16% | - |
| HSV(B) | 298.29º | 0.92% | 0.3% | - |
| XYZ | 4.19 | 2.11 | 7.02 | - |
| YUV | 34.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 76 | 0.03 | 0.92 | 0 | 0.70 | 298.29 | 0.85 | 0.16 |
| Hex | 4A | 6 | 4C | 3 | 5C | 0 | 46 | 12A | 55 | 10 |
| Octal | 112 | 6 | 114 | 3 | 134 | 0 | 106 | 452 | 125 | 20 |
| Binary | 1001010 | 110 | 1001100 | 11 | 1011100 | 0 | 1000110 | 100101010 | 1010101 | 10000 |
Color Harmonies of #4A064C
Complementary color
Monochromatic Colors of #4A064C
Black with #4A064C
Text Example
Text Example
White with #4A064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A064C; }
p { color: rgb(74,6,76); }
H1.HeaderClassName
{
color: #4A064C;
}
.AnyTagClassName
{
color: #4A064C;
}
</style>
background-color css
<style>
a { background-color: #4A064C; }
a { background-color: rgb(74,6,76); }
div.DivClassName
{
background-color: #4A064C;
}
.BgClassName
{
background-color: #4A064C;
}
</style>
border-color css
<style>
span { border-color: #4A064C; }
span { border-color: rgb(74,6,76); }
td.TdClassName
{
border-color: #4A064C;
}
.TagClassName
{
border-color: #4A064C;
}
</style>