Shades of Hot Purple #4B1252
Tints of Hot Purple #4B1252
RGB
CMYK
RGB Variations
Color information
#4B1252 (or 0x4B1252) is known color: Hot Purple. HEX triplet: 4B, 12 and 52. RGB value is (75,18,82). Sum of RGB (Red+Green+Blue) = 75+18+82=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B1252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1252 is #B4EDAD. Grayscale: #2A2A2A. Windows color (decimal): -11857326 or 5378635. OLE color: 5378635.
HSL color Cylindrical-coordinate representation of color #4B1252: hue angle of 293.44º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B1252 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 18 | 82 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.68 |
| HSL | 293.44º | 0.64% | 0.2% | - |
| HSV(B) | 293.44º | 0.78% | 0.32% | - |
| XYZ | 4.64 | 2.54 | 8.23 | - |
| YUV | 42.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 82 | 0.09 | 0.78 | 0 | 0.68 | 293.44 | 0.64 | 0.2 |
| Hex | 4B | 12 | 52 | 9 | 4E | 0 | 44 | 125 | 40 | 14 |
| Octal | 113 | 22 | 122 | 11 | 116 | 0 | 104 | 445 | 100 | 24 |
| Binary | 1001011 | 10010 | 1010010 | 1001 | 1001110 | 0 | 1000100 | 100100101 | 1000000 | 10100 |
Color Harmonies of #4B1252
Complementary color
Monochromatic Colors of #4B1252
Black with #4B1252
Text Example
Text Example
White with #4B1252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1252; }
p { color: rgb(75,18,82); }
H1.HeaderClassName
{
color: #4B1252;
}
.AnyTagClassName
{
color: #4B1252;
}
</style>
background-color css
<style>
a { background-color: #4B1252; }
a { background-color: rgb(75,18,82); }
div.DivClassName
{
background-color: #4B1252;
}
.BgClassName
{
background-color: #4B1252;
}
</style>
border-color css
<style>
span { border-color: #4B1252; }
span { border-color: rgb(75,18,82); }
td.TdClassName
{
border-color: #4B1252;
}
.TagClassName
{
border-color: #4B1252;
}
</style>