Shades of Hot Purple #4B2E4F
Tints of Hot Purple #4B2E4F
RGB
CMYK
RGB Variations
Color information
#4B2E4F (or 0x4B2E4F) is known color: Hot Purple. HEX triplet: 4B, 2E and 4F. RGB value is (75,46,79). Sum of RGB (Red+Green+Blue) = 75+46+79=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B2E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E4F is #B4D1B0. Grayscale: #3A3A3A. Windows color (decimal): -11850161 or 5189195. OLE color: 5189195.
HSL color Cylindrical-coordinate representation of color #4B2E4F: hue angle of 292.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B2E4F is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 46 | 79 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.69 |
| HSL | 292.73º | 0.26% | 0.25% | - |
| HSV(B) | 292.73º | 0.42% | 0.31% | - |
| XYZ | 5.29 | 4.01 | 7.89 | - |
| YUV | 58.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 79 | 0.05 | 0.42 | 0 | 0.69 | 292.73 | 0.26 | 0.25 |
| Hex | 4B | 2E | 4F | 5 | 2A | 0 | 45 | 125 | 1A | 19 |
| Octal | 113 | 56 | 117 | 5 | 52 | 0 | 105 | 445 | 32 | 31 |
| Binary | 1001011 | 101110 | 1001111 | 101 | 101010 | 0 | 1000101 | 100100101 | 11010 | 11001 |
Color Harmonies of #4B2E4F
Complementary color
Monochromatic Colors of #4B2E4F
Black with #4B2E4F
Text Example
Text Example
White with #4B2E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E4F; }
p { color: rgb(75,46,79); }
H1.HeaderClassName
{
color: #4B2E4F;
}
.AnyTagClassName
{
color: #4B2E4F;
}
</style>
background-color css
<style>
a { background-color: #4B2E4F; }
a { background-color: rgb(75,46,79); }
div.DivClassName
{
background-color: #4B2E4F;
}
.BgClassName
{
background-color: #4B2E4F;
}
</style>
border-color css
<style>
span { border-color: #4B2E4F; }
span { border-color: rgb(75,46,79); }
td.TdClassName
{
border-color: #4B2E4F;
}
.TagClassName
{
border-color: #4B2E4F;
}
</style>