Shades of Hot Purple #4B134D
Tints of Hot Purple #4B134D
RGB
CMYK
RGB Variations
Color information
#4B134D (or 0x4B134D) is known color: Hot Purple. HEX triplet: 4B, 13 and 4D. RGB value is (75,19,77). Sum of RGB (Red+Green+Blue) = 75+19+77=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B134D is #B4ECB2. Grayscale: #2A2A2A. Windows color (decimal): -11857075 or 5051211. OLE color: 5051211.
HSL color Cylindrical-coordinate representation of color #4B134D: hue angle of 297.93º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B134D is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 19 | 77 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.70 |
| HSL | 297.93º | 0.6% | 0.19% | - |
| HSV(B) | 297.93º | 0.75% | 0.3% | - |
| XYZ | 4.47 | 2.5 | 7.27 | - |
| YUV | 42.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 77 | 0.03 | 0.75 | 0 | 0.70 | 297.93 | 0.6 | 0.19 |
| Hex | 4B | 13 | 4D | 3 | 4B | 0 | 46 | 12A | 3C | 13 |
| Octal | 113 | 23 | 115 | 3 | 113 | 0 | 106 | 452 | 74 | 23 |
| Binary | 1001011 | 10011 | 1001101 | 11 | 1001011 | 0 | 1000110 | 100101010 | 111100 | 10011 |
Color Harmonies of #4B134D
Complementary color
Monochromatic Colors of #4B134D
Black with #4B134D
Text Example
Text Example
White with #4B134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B134D; }
p { color: rgb(75,19,77); }
H1.HeaderClassName
{
color: #4B134D;
}
.AnyTagClassName
{
color: #4B134D;
}
</style>
background-color css
<style>
a { background-color: #4B134D; }
a { background-color: rgb(75,19,77); }
div.DivClassName
{
background-color: #4B134D;
}
.BgClassName
{
background-color: #4B134D;
}
</style>
border-color css
<style>
span { border-color: #4B134D; }
span { border-color: rgb(75,19,77); }
td.TdClassName
{
border-color: #4B134D;
}
.TagClassName
{
border-color: #4B134D;
}
</style>