Shades of Hot Purple #4B1051
Tints of Hot Purple #4B1051
RGB
CMYK
RGB Variations
Color information
#4B1051 (or 0x4B1051) is known color: Hot Purple. HEX triplet: 4B, 10 and 51. RGB value is (75,16,81). Sum of RGB (Red+Green+Blue) = 75+16+81=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B1051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1051 is #B4EFAE. Grayscale: #282828. Windows color (decimal): -11857839 or 5312587. OLE color: 5312587.
HSL color Cylindrical-coordinate representation of color #4B1051: hue angle of 294.46º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B1051 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 16 | 81 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.68 |
| HSL | 294.46º | 0.67% | 0.19% | - |
| HSV(B) | 294.46º | 0.8% | 0.32% | - |
| XYZ | 4.57 | 2.46 | 8.02 | - |
| YUV | 41.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 81 | 0.07 | 0.80 | 0 | 0.68 | 294.46 | 0.67 | 0.19 |
| Hex | 4B | 10 | 51 | 7 | 50 | 0 | 44 | 126 | 43 | 13 |
| Octal | 113 | 20 | 121 | 7 | 120 | 0 | 104 | 446 | 103 | 23 |
| Binary | 1001011 | 10000 | 1010001 | 111 | 1010000 | 0 | 1000100 | 100100110 | 1000011 | 10011 |
Color Harmonies of #4B1051
Complementary color
Monochromatic Colors of #4B1051
Black with #4B1051
Text Example
Text Example
White with #4B1051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1051; }
p { color: rgb(75,16,81); }
H1.HeaderClassName
{
color: #4B1051;
}
.AnyTagClassName
{
color: #4B1051;
}
</style>
background-color css
<style>
a { background-color: #4B1051; }
a { background-color: rgb(75,16,81); }
div.DivClassName
{
background-color: #4B1051;
}
.BgClassName
{
background-color: #4B1051;
}
</style>
border-color css
<style>
span { border-color: #4B1051; }
span { border-color: rgb(75,16,81); }
td.TdClassName
{
border-color: #4B1051;
}
.TagClassName
{
border-color: #4B1051;
}
</style>