Shades of Hot Purple #4B1350
Tints of Hot Purple #4B1350
RGB
CMYK
RGB Variations
Color information
#4B1350 (or 0x4B1350) is known color: Hot Purple. HEX triplet: 4B, 13 and 50. RGB value is (75,19,80). Sum of RGB (Red+Green+Blue) = 75+19+80=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B1350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1350 is #B4ECAF. Grayscale: #2A2A2A. Windows color (decimal): -11857072 or 5247819. OLE color: 5247819.
HSL color Cylindrical-coordinate representation of color #4B1350: hue angle of 295.08º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B1350 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 19 | 80 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.69 |
| HSL | 295.08º | 0.62% | 0.19% | - |
| HSV(B) | 295.08º | 0.76% | 0.31% | - |
| XYZ | 4.58 | 2.54 | 7.84 | - |
| YUV | 42.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 80 | 0.06 | 0.76 | 0 | 0.69 | 295.08 | 0.62 | 0.19 |
| Hex | 4B | 13 | 50 | 6 | 4C | 0 | 45 | 127 | 3E | 13 |
| Octal | 113 | 23 | 120 | 6 | 114 | 0 | 105 | 447 | 76 | 23 |
| Binary | 1001011 | 10011 | 1010000 | 110 | 1001100 | 0 | 1000101 | 100100111 | 111110 | 10011 |
Color Harmonies of #4B1350
Complementary color
Monochromatic Colors of #4B1350
Black with #4B1350
Text Example
Text Example
White with #4B1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1350; }
p { color: rgb(75,19,80); }
H1.HeaderClassName
{
color: #4B1350;
}
.AnyTagClassName
{
color: #4B1350;
}
</style>
background-color css
<style>
a { background-color: #4B1350; }
a { background-color: rgb(75,19,80); }
div.DivClassName
{
background-color: #4B1350;
}
.BgClassName
{
background-color: #4B1350;
}
</style>
border-color css
<style>
span { border-color: #4B1350; }
span { border-color: rgb(75,19,80); }
td.TdClassName
{
border-color: #4B1350;
}
.TagClassName
{
border-color: #4B1350;
}
</style>