Shades of Hot Purple #4B1151
Tints of Hot Purple #4B1151
RGB
CMYK
RGB Variations
Color information
#4B1151 (or 0x4B1151) is known color: Hot Purple. HEX triplet: 4B, 11 and 51. RGB value is (75,17,81). Sum of RGB (Red+Green+Blue) = 75+17+81=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B1151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1151 is #B4EEAE. Grayscale: #292929. Windows color (decimal): -11857583 or 5312843. OLE color: 5312843.
HSL color Cylindrical-coordinate representation of color #4B1151: hue angle of 294.38º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B1151 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 17 | 81 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.68 |
| HSL | 294.38º | 0.65% | 0.19% | - |
| HSV(B) | 294.38º | 0.79% | 0.32% | - |
| XYZ | 4.59 | 2.49 | 8.02 | - |
| YUV | 41.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 81 | 0.07 | 0.79 | 0 | 0.68 | 294.38 | 0.65 | 0.19 |
| Hex | 4B | 11 | 51 | 7 | 4F | 0 | 44 | 126 | 41 | 13 |
| Octal | 113 | 21 | 121 | 7 | 117 | 0 | 104 | 446 | 101 | 23 |
| Binary | 1001011 | 10001 | 1010001 | 111 | 1001111 | 0 | 1000100 | 100100110 | 1000001 | 10011 |
Color Harmonies of #4B1151
Complementary color
Monochromatic Colors of #4B1151
Black with #4B1151
Text Example
Text Example
White with #4B1151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1151; }
p { color: rgb(75,17,81); }
H1.HeaderClassName
{
color: #4B1151;
}
.AnyTagClassName
{
color: #4B1151;
}
</style>
background-color css
<style>
a { background-color: #4B1151; }
a { background-color: rgb(75,17,81); }
div.DivClassName
{
background-color: #4B1151;
}
.BgClassName
{
background-color: #4B1151;
}
</style>
border-color css
<style>
span { border-color: #4B1151; }
span { border-color: rgb(75,17,81); }
td.TdClassName
{
border-color: #4B1151;
}
.TagClassName
{
border-color: #4B1151;
}
</style>