Shades of Hot Purple #4B1553
Tints of Hot Purple #4B1553
RGB
CMYK
RGB Variations
Color information
#4B1553 (or 0x4B1553) is known color: Hot Purple. HEX triplet: 4B, 15 and 53. RGB value is (75,21,83). Sum of RGB (Red+Green+Blue) = 75+21+83=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B1553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1553 is #B4EAAC. Grayscale: #2C2C2C. Windows color (decimal): -11856557 or 5444939. OLE color: 5444939.
HSL color Cylindrical-coordinate representation of color #4B1553: hue angle of 292.26º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1553 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 21 | 83 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.67 |
| HSL | 292.26º | 0.6% | 0.2% | - |
| HSV(B) | 292.26º | 0.75% | 0.33% | - |
| XYZ | 4.73 | 2.66 | 8.45 | - |
| YUV | 44.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 83 | 0.10 | 0.75 | 0 | 0.67 | 292.26 | 0.6 | 0.2 |
| Hex | 4B | 15 | 53 | A | 4B | 0 | 43 | 124 | 3C | 14 |
| Octal | 113 | 25 | 123 | 12 | 113 | 0 | 103 | 444 | 74 | 24 |
| Binary | 1001011 | 10101 | 1010011 | 1010 | 1001011 | 0 | 1000011 | 100100100 | 111100 | 10100 |
Color Harmonies of #4B1553
Complementary color
Monochromatic Colors of #4B1553
Black with #4B1553
Text Example
Text Example
White with #4B1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1553; }
p { color: rgb(75,21,83); }
H1.HeaderClassName
{
color: #4B1553;
}
.AnyTagClassName
{
color: #4B1553;
}
</style>
background-color css
<style>
a { background-color: #4B1553; }
a { background-color: rgb(75,21,83); }
div.DivClassName
{
background-color: #4B1553;
}
.BgClassName
{
background-color: #4B1553;
}
</style>
border-color css
<style>
span { border-color: #4B1553; }
span { border-color: rgb(75,21,83); }
td.TdClassName
{
border-color: #4B1553;
}
.TagClassName
{
border-color: #4B1553;
}
</style>