Shades of Hot Purple #4A284B
Tints of Hot Purple #4A284B
RGB
CMYK
RGB Variations
Color information
#4A284B (or 0x4A284B) is known color: Hot Purple. HEX triplet: 4A, 28 and 4B. RGB value is (74,40,75). Sum of RGB (Red+Green+Blue) = 74+40+75=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A284B is #B5D7B4. Grayscale: #363636. Windows color (decimal): -11917237 or 4925514. OLE color: 4925514.
HSL color Cylindrical-coordinate representation of color #4A284B: hue angle of 298.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A284B is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 75 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.71 |
| HSL | 298.29º | 0.3% | 0.23% | - |
| HSV(B) | 298.29º | 0.47% | 0.29% | - |
| XYZ | 4.85 | 3.48 | 7.07 | - |
| YUV | 54.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 75 | 0.01 | 0.47 | 0 | 0.71 | 298.29 | 0.3 | 0.23 |
| Hex | 4A | 28 | 4B | 1 | 2F | 0 | 47 | 12A | 1E | 17 |
| Octal | 112 | 50 | 113 | 1 | 57 | 0 | 107 | 452 | 36 | 27 |
| Binary | 1001010 | 101000 | 1001011 | 1 | 101111 | 0 | 1000111 | 100101010 | 11110 | 10111 |
Color Harmonies of #4A284B
Complementary color
Monochromatic Colors of #4A284B
Black with #4A284B
Text Example
Text Example
White with #4A284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A284B; }
p { color: rgb(74,40,75); }
H1.HeaderClassName
{
color: #4A284B;
}
.AnyTagClassName
{
color: #4A284B;
}
</style>
background-color css
<style>
a { background-color: #4A284B; }
a { background-color: rgb(74,40,75); }
div.DivClassName
{
background-color: #4A284B;
}
.BgClassName
{
background-color: #4A284B;
}
</style>
border-color css
<style>
span { border-color: #4A284B; }
span { border-color: rgb(74,40,75); }
td.TdClassName
{
border-color: #4A284B;
}
.TagClassName
{
border-color: #4A284B;
}
</style>