Shades of Hot Purple #4B1250
Tints of Hot Purple #4B1250
RGB
CMYK
RGB Variations
Color information
#4B1250 (or 0x4B1250) is known color: Hot Purple. HEX triplet: 4B, 12 and 50. RGB value is (75,18,80). Sum of RGB (Red+Green+Blue) = 75+18+80=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B1250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1250 is #B4EDAF. Grayscale: #292929. Windows color (decimal): -11857328 or 5247563. OLE color: 5247563.
HSL color Cylindrical-coordinate representation of color #4B1250: hue angle of 295.16º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1250 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 18 | 80 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.69 |
| HSL | 295.16º | 0.63% | 0.19% | - |
| HSV(B) | 295.16º | 0.78% | 0.31% | - |
| XYZ | 4.57 | 2.51 | 7.83 | - |
| YUV | 42.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 80 | 0.06 | 0.78 | 0 | 0.69 | 295.16 | 0.63 | 0.19 |
| Hex | 4B | 12 | 50 | 6 | 4E | 0 | 45 | 127 | 3F | 13 |
| Octal | 113 | 22 | 120 | 6 | 116 | 0 | 105 | 447 | 77 | 23 |
| Binary | 1001011 | 10010 | 1010000 | 110 | 1001110 | 0 | 1000101 | 100100111 | 111111 | 10011 |
Color Harmonies of #4B1250
Complementary color
Monochromatic Colors of #4B1250
Black with #4B1250
Text Example
Text Example
White with #4B1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1250; }
p { color: rgb(75,18,80); }
H1.HeaderClassName
{
color: #4B1250;
}
.AnyTagClassName
{
color: #4B1250;
}
</style>
background-color css
<style>
a { background-color: #4B1250; }
a { background-color: rgb(75,18,80); }
div.DivClassName
{
background-color: #4B1250;
}
.BgClassName
{
background-color: #4B1250;
}
</style>
border-color css
<style>
span { border-color: #4B1250; }
span { border-color: rgb(75,18,80); }
td.TdClassName
{
border-color: #4B1250;
}
.TagClassName
{
border-color: #4B1250;
}
</style>