Shades of Hot Purple #4B154D
Tints of Hot Purple #4B154D
RGB
CMYK
RGB Variations
Color information
#4B154D (or 0x4B154D) is known color: Hot Purple. HEX triplet: 4B, 15 and 4D. RGB value is (75,21,77). Sum of RGB (Red+Green+Blue) = 75+21+77=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B154D is #B4EAB2. Grayscale: #2B2B2B. Windows color (decimal): -11856563 or 5051723. OLE color: 5051723.
HSL color Cylindrical-coordinate representation of color #4B154D: hue angle of 297.86º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B154D is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 21 | 77 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.70 |
| HSL | 297.86º | 0.57% | 0.19% | - |
| HSV(B) | 297.86º | 0.73% | 0.3% | - |
| XYZ | 4.51 | 2.57 | 7.28 | - |
| YUV | 43.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 77 | 0.03 | 0.73 | 0 | 0.70 | 297.86 | 0.57 | 0.19 |
| Hex | 4B | 15 | 4D | 3 | 49 | 0 | 46 | 12A | 39 | 13 |
| Octal | 113 | 25 | 115 | 3 | 111 | 0 | 106 | 452 | 71 | 23 |
| Binary | 1001011 | 10101 | 1001101 | 11 | 1001001 | 0 | 1000110 | 100101010 | 111001 | 10011 |
Color Harmonies of #4B154D
Complementary color
Monochromatic Colors of #4B154D
Black with #4B154D
Text Example
Text Example
White with #4B154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B154D; }
p { color: rgb(75,21,77); }
H1.HeaderClassName
{
color: #4B154D;
}
.AnyTagClassName
{
color: #4B154D;
}
</style>
background-color css
<style>
a { background-color: #4B154D; }
a { background-color: rgb(75,21,77); }
div.DivClassName
{
background-color: #4B154D;
}
.BgClassName
{
background-color: #4B154D;
}
</style>
border-color css
<style>
span { border-color: #4B154D; }
span { border-color: rgb(75,21,77); }
td.TdClassName
{
border-color: #4B154D;
}
.TagClassName
{
border-color: #4B154D;
}
</style>