Shades of Hot Purple #4A084C
Tints of Hot Purple #4A084C
RGB
CMYK
RGB Variations
Color information
#4A084C (or 0x4A084C) is known color: Hot Purple. HEX triplet: 4A, 08 and 4C. RGB value is (74,8,76). Sum of RGB (Red+Green+Blue) = 74+8+76=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A084C is #B5F7B3. Grayscale: #232323. Windows color (decimal): -11925428 or 4982858. OLE color: 4982858.
HSL color Cylindrical-coordinate representation of color #4A084C: hue angle of 298.24º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A084C is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 8 | 76 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.70 |
| HSL | 298.24º | 0.81% | 0.16% | - |
| HSV(B) | 298.24º | 0.89% | 0.3% | - |
| XYZ | 4.22 | 2.15 | 7.03 | - |
| YUV | 35.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 76 | 0.03 | 0.89 | 0 | 0.70 | 298.24 | 0.81 | 0.16 |
| Hex | 4A | 8 | 4C | 3 | 59 | 0 | 46 | 12A | 51 | 10 |
| Octal | 112 | 10 | 114 | 3 | 131 | 0 | 106 | 452 | 121 | 20 |
| Binary | 1001010 | 1000 | 1001100 | 11 | 1011001 | 0 | 1000110 | 100101010 | 1010001 | 10000 |
Color Harmonies of #4A084C
Complementary color
Monochromatic Colors of #4A084C
Black with #4A084C
Text Example
Text Example
White with #4A084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A084C; }
p { color: rgb(74,8,76); }
H1.HeaderClassName
{
color: #4A084C;
}
.AnyTagClassName
{
color: #4A084C;
}
</style>
background-color css
<style>
a { background-color: #4A084C; }
a { background-color: rgb(74,8,76); }
div.DivClassName
{
background-color: #4A084C;
}
.BgClassName
{
background-color: #4A084C;
}
</style>
border-color css
<style>
span { border-color: #4A084C; }
span { border-color: rgb(74,8,76); }
td.TdClassName
{
border-color: #4A084C;
}
.TagClassName
{
border-color: #4A084C;
}
</style>