Shades of Hot Purple #4B1C50
Tints of Hot Purple #4B1C50
RGB
CMYK
RGB Variations
Color information
#4B1C50 (or 0x4B1C50) is known color: Hot Purple. HEX triplet: 4B, 1C and 50. RGB value is (75,28,80). Sum of RGB (Red+Green+Blue) = 75+28+80=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B1C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1C50 is #B4E3AF. Grayscale: #2F2F2F. Windows color (decimal): -11854768 or 5250123. OLE color: 5250123.
HSL color Cylindrical-coordinate representation of color #4B1C50: hue angle of 294.23º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B1C50 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 28 | 80 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.69 |
| HSL | 294.23º | 0.48% | 0.21% | - |
| HSV(B) | 294.23º | 0.65% | 0.31% | - |
| XYZ | 4.76 | 2.91 | 7.9 | - |
| YUV | 47.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 80 | 0.06 | 0.65 | 0 | 0.69 | 294.23 | 0.48 | 0.21 |
| Hex | 4B | 1C | 50 | 6 | 41 | 0 | 45 | 126 | 30 | 15 |
| Octal | 113 | 34 | 120 | 6 | 101 | 0 | 105 | 446 | 60 | 25 |
| Binary | 1001011 | 11100 | 1010000 | 110 | 1000001 | 0 | 1000101 | 100100110 | 110000 | 10101 |
Color Harmonies of #4B1C50
Complementary color
Monochromatic Colors of #4B1C50
Black with #4B1C50
Text Example
Text Example
White with #4B1C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1C50; }
p { color: rgb(75,28,80); }
H1.HeaderClassName
{
color: #4B1C50;
}
.AnyTagClassName
{
color: #4B1C50;
}
</style>
background-color css
<style>
a { background-color: #4B1C50; }
a { background-color: rgb(75,28,80); }
div.DivClassName
{
background-color: #4B1C50;
}
.BgClassName
{
background-color: #4B1C50;
}
</style>
border-color css
<style>
span { border-color: #4B1C50; }
span { border-color: rgb(75,28,80); }
td.TdClassName
{
border-color: #4B1C50;
}
.TagClassName
{
border-color: #4B1C50;
}
</style>