Shades of Hot Purple #4B1C4A
Tints of Hot Purple #4B1C4A
RGB
CMYK
RGB Variations
Color information
#4B1C4A (or 0x4B1C4A) is known color: Hot Purple. HEX triplet: 4B, 1C and 4A. RGB value is (75,28,74). Sum of RGB (Red+Green+Blue) = 75+28+74=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1C4A is #B4E3B5. Grayscale: #2F2F2F. Windows color (decimal): -11854774 or 4856907. OLE color: 4856907.
HSL color Cylindrical-coordinate representation of color #4B1C4A: hue angle of 301.28º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B1C4A is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 28 | 74 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.71 |
| HSL | 301.28º | 0.46% | 0.2% | - |
| HSV(B) | 301.28º | 0.63% | 0.29% | - |
| XYZ | 4.55 | 2.82 | 6.78 | - |
| YUV | 47.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 74 | 0 | 0.63 | 0.01 | 0.71 | 301.28 | 0.46 | 0.2 |
| Hex | 4B | 1C | 4A | 0 | 3F | 1 | 47 | 12D | 2E | 14 |
| Octal | 113 | 34 | 112 | 0 | 77 | 1 | 107 | 455 | 56 | 24 |
| Binary | 1001011 | 11100 | 1001010 | 0 | 111111 | 1 | 1000111 | 100101101 | 101110 | 10100 |
Color Harmonies of #4B1C4A
Complementary color
Monochromatic Colors of #4B1C4A
Black with #4B1C4A
Text Example
Text Example
White with #4B1C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1C4A; }
p { color: rgb(75,28,74); }
H1.HeaderClassName
{
color: #4B1C4A;
}
.AnyTagClassName
{
color: #4B1C4A;
}
</style>
background-color css
<style>
a { background-color: #4B1C4A; }
a { background-color: rgb(75,28,74); }
div.DivClassName
{
background-color: #4B1C4A;
}
.BgClassName
{
background-color: #4B1C4A;
}
</style>
border-color css
<style>
span { border-color: #4B1C4A; }
span { border-color: rgb(75,28,74); }
td.TdClassName
{
border-color: #4B1C4A;
}
.TagClassName
{
border-color: #4B1C4A;
}
</style>