Shades of Hot Purple #4B1153
Tints of Hot Purple #4B1153
RGB
CMYK
RGB Variations
Color information
#4B1153 (or 0x4B1153) is known color: Hot Purple. HEX triplet: 4B, 11 and 53. RGB value is (75,17,83). Sum of RGB (Red+Green+Blue) = 75+17+83=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B1153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1153 is #B4EEAC. Grayscale: #292929. Windows color (decimal): -11857581 or 5443915. OLE color: 5443915.
HSL color Cylindrical-coordinate representation of color #4B1153: hue angle of 292.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B1153 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 17 | 83 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.67 |
| HSL | 292.73º | 0.66% | 0.2% | - |
| HSV(B) | 292.73º | 0.8% | 0.33% | - |
| XYZ | 4.66 | 2.52 | 8.42 | - |
| YUV | 41.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 83 | 0.10 | 0.80 | 0 | 0.67 | 292.73 | 0.66 | 0.2 |
| Hex | 4B | 11 | 53 | A | 50 | 0 | 43 | 125 | 42 | 14 |
| Octal | 113 | 21 | 123 | 12 | 120 | 0 | 103 | 445 | 102 | 24 |
| Binary | 1001011 | 10001 | 1010011 | 1010 | 1010000 | 0 | 1000011 | 100100101 | 1000010 | 10100 |
Color Harmonies of #4B1153
Complementary color
Monochromatic Colors of #4B1153
Black with #4B1153
Text Example
Text Example
White with #4B1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1153; }
p { color: rgb(75,17,83); }
H1.HeaderClassName
{
color: #4B1153;
}
.AnyTagClassName
{
color: #4B1153;
}
</style>
background-color css
<style>
a { background-color: #4B1153; }
a { background-color: rgb(75,17,83); }
div.DivClassName
{
background-color: #4B1153;
}
.BgClassName
{
background-color: #4B1153;
}
</style>
border-color css
<style>
span { border-color: #4B1153; }
span { border-color: rgb(75,17,83); }
td.TdClassName
{
border-color: #4B1153;
}
.TagClassName
{
border-color: #4B1153;
}
</style>