Shades of Hot Purple #4B094D
Tints of Hot Purple #4B094D
RGB
CMYK
RGB Variations
Color information
#4B094D (or 0x4B094D) is known color: Hot Purple. HEX triplet: 4B, 09 and 4D. RGB value is (75,9,77). Sum of RGB (Red+Green+Blue) = 75+9+77=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B094D is #B4F6B2. Grayscale: #242424. Windows color (decimal): -11859635 or 5048651. OLE color: 5048651.
HSL color Cylindrical-coordinate representation of color #4B094D: hue angle of 298.24º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B094D is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 9 | 77 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.70 |
| HSL | 298.24º | 0.79% | 0.17% | - |
| HSV(B) | 298.24º | 0.88% | 0.3% | - |
| XYZ | 4.34 | 2.23 | 7.22 | - |
| YUV | 36.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 77 | 0.03 | 0.88 | 0 | 0.70 | 298.24 | 0.79 | 0.17 |
| Hex | 4B | 9 | 4D | 3 | 58 | 0 | 46 | 12A | 4F | 11 |
| Octal | 113 | 11 | 115 | 3 | 130 | 0 | 106 | 452 | 117 | 21 |
| Binary | 1001011 | 1001 | 1001101 | 11 | 1011000 | 0 | 1000110 | 100101010 | 1001111 | 10001 |
Color Harmonies of #4B094D
Complementary color
Monochromatic Colors of #4B094D
Black with #4B094D
Text Example
Text Example
White with #4B094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B094D; }
p { color: rgb(75,9,77); }
H1.HeaderClassName
{
color: #4B094D;
}
.AnyTagClassName
{
color: #4B094D;
}
</style>
background-color css
<style>
a { background-color: #4B094D; }
a { background-color: rgb(75,9,77); }
div.DivClassName
{
background-color: #4B094D;
}
.BgClassName
{
background-color: #4B094D;
}
</style>
border-color css
<style>
span { border-color: #4B094D; }
span { border-color: rgb(75,9,77); }
td.TdClassName
{
border-color: #4B094D;
}
.TagClassName
{
border-color: #4B094D;
}
</style>