Shades of Hot Purple #4B1B4A
Tints of Hot Purple #4B1B4A
RGB
CMYK
RGB Variations
Color information
#4B1B4A (or 0x4B1B4A) is known color: Hot Purple. HEX triplet: 4B, 1B and 4A. RGB value is (75,27,74). Sum of RGB (Red+Green+Blue) = 75+27+74=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1B4A is #B4E4B5. Grayscale: #2E2E2E. Windows color (decimal): -11855030 or 4856651. OLE color: 4856651.
HSL color Cylindrical-coordinate representation of color #4B1B4A: hue angle of 301.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B1B4A is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 27 | 74 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.71 |
| HSL | 301.25º | 0.47% | 0.2% | - |
| HSV(B) | 301.25º | 0.64% | 0.29% | - |
| XYZ | 4.53 | 2.77 | 6.78 | - |
| YUV | 46.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 74 | 0 | 0.64 | 0.01 | 0.71 | 301.25 | 0.47 | 0.2 |
| Hex | 4B | 1B | 4A | 0 | 40 | 1 | 47 | 12D | 2F | 14 |
| Octal | 113 | 33 | 112 | 0 | 100 | 1 | 107 | 455 | 57 | 24 |
| Binary | 1001011 | 11011 | 1001010 | 0 | 1000000 | 1 | 1000111 | 100101101 | 101111 | 10100 |
Color Harmonies of #4B1B4A
Complementary color
Monochromatic Colors of #4B1B4A
Black with #4B1B4A
Text Example
Text Example
White with #4B1B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B4A; }
p { color: rgb(75,27,74); }
H1.HeaderClassName
{
color: #4B1B4A;
}
.AnyTagClassName
{
color: #4B1B4A;
}
</style>
background-color css
<style>
a { background-color: #4B1B4A; }
a { background-color: rgb(75,27,74); }
div.DivClassName
{
background-color: #4B1B4A;
}
.BgClassName
{
background-color: #4B1B4A;
}
</style>
border-color css
<style>
span { border-color: #4B1B4A; }
span { border-color: rgb(75,27,74); }
td.TdClassName
{
border-color: #4B1B4A;
}
.TagClassName
{
border-color: #4B1B4A;
}
</style>