Shades of Hot Purple #4B1058
Tints of Hot Purple #4B1058
RGB
CMYK
RGB Variations
Color information
#4B1058 (or 0x4B1058) is known color: Hot Purple. HEX triplet: 4B, 10 and 58. RGB value is (75,16,88). Sum of RGB (Red+Green+Blue) = 75+16+88=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B1058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1058 is #B4EFA7. Grayscale: #292929. Windows color (decimal): -11857832 or 5771339. OLE color: 5771339.
HSL color Cylindrical-coordinate representation of color #4B1058: hue angle of 289.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B1058 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 16 | 88 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.65 |
| HSL | 289.17º | 0.69% | 0.2% | - |
| HSV(B) | 289.17º | 0.82% | 0.35% | - |
| XYZ | 4.85 | 2.57 | 9.47 | - |
| YUV | 41.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 88 | 0.15 | 0.82 | 0 | 0.65 | 289.17 | 0.69 | 0.2 |
| Hex | 4B | 10 | 58 | F | 52 | 0 | 41 | 121 | 45 | 14 |
| Octal | 113 | 20 | 130 | 17 | 122 | 0 | 101 | 441 | 105 | 24 |
| Binary | 1001011 | 10000 | 1011000 | 1111 | 1010010 | 0 | 1000001 | 100100001 | 1000101 | 10100 |
Color Harmonies of #4B1058
Complementary color
Monochromatic Colors of #4B1058
Black with #4B1058
Text Example
Text Example
White with #4B1058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1058; }
p { color: rgb(75,16,88); }
H1.HeaderClassName
{
color: #4B1058;
}
.AnyTagClassName
{
color: #4B1058;
}
</style>
background-color css
<style>
a { background-color: #4B1058; }
a { background-color: rgb(75,16,88); }
div.DivClassName
{
background-color: #4B1058;
}
.BgClassName
{
background-color: #4B1058;
}
</style>
border-color css
<style>
span { border-color: #4B1058; }
span { border-color: rgb(75,16,88); }
td.TdClassName
{
border-color: #4B1058;
}
.TagClassName
{
border-color: #4B1058;
}
</style>