Shades of Hot Purple #4B284A
Tints of Hot Purple #4B284A
RGB
CMYK
RGB Variations
Color information
#4B284A (or 0x4B284A) is known color: Hot Purple. HEX triplet: 4B, 28 and 4A. RGB value is (75,40,74). Sum of RGB (Red+Green+Blue) = 75+40+74=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B284A is #B4D7B5. Grayscale: #363636. Windows color (decimal): -11851702 or 4859979. OLE color: 4859979.
HSL color Cylindrical-coordinate representation of color #4B284A: hue angle of 301.71º 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 #4B284A is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 40 | 74 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.71 |
| HSL | 301.71º | 0.3% | 0.23% | - |
| HSV(B) | 301.71º | 0.47% | 0.29% | - |
| XYZ | 4.9 | 3.51 | 6.9 | - |
| YUV | 54.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 74 | 0 | 0.47 | 0.01 | 0.71 | 301.71 | 0.3 | 0.23 |
| Hex | 4B | 28 | 4A | 0 | 2F | 1 | 47 | 12E | 1E | 17 |
| Octal | 113 | 50 | 112 | 0 | 57 | 1 | 107 | 456 | 36 | 27 |
| Binary | 1001011 | 101000 | 1001010 | 0 | 101111 | 1 | 1000111 | 100101110 | 11110 | 10111 |
Color Harmonies of #4B284A
Complementary color
Monochromatic Colors of #4B284A
Black with #4B284A
Text Example
Text Example
White with #4B284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B284A; }
p { color: rgb(75,40,74); }
H1.HeaderClassName
{
color: #4B284A;
}
.AnyTagClassName
{
color: #4B284A;
}
</style>
background-color css
<style>
a { background-color: #4B284A; }
a { background-color: rgb(75,40,74); }
div.DivClassName
{
background-color: #4B284A;
}
.BgClassName
{
background-color: #4B284A;
}
</style>
border-color css
<style>
span { border-color: #4B284A; }
span { border-color: rgb(75,40,74); }
td.TdClassName
{
border-color: #4B284A;
}
.TagClassName
{
border-color: #4B284A;
}
</style>