Shades of Hot Purple #4B0752
Tints of Hot Purple #4B0752
RGB
CMYK
RGB Variations
Color information
#4B0752 (or 0x4B0752) is known color: Hot Purple. HEX triplet: 4B, 07 and 52. RGB value is (75,7,82). Sum of RGB (Red+Green+Blue) = 75+7+82=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B0752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0752 is #B4F8AD. Grayscale: #232323. Windows color (decimal): -11860142 or 5375819. OLE color: 5375819.
HSL color Cylindrical-coordinate representation of color #4B0752: hue angle of 294.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B0752 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 7 | 82 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.68 |
| HSL | 294.4º | 0.84% | 0.17% | - |
| HSV(B) | 294.4º | 0.91% | 0.32% | - |
| XYZ | 4.5 | 2.26 | 8.18 | - |
| YUV | 35.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 7 | 82 | 0.09 | 0.91 | 0 | 0.68 | 294.4 | 0.84 | 0.17 |
| Hex | 4B | 7 | 52 | 9 | 5B | 0 | 44 | 126 | 54 | 11 |
| Octal | 113 | 7 | 122 | 11 | 133 | 0 | 104 | 446 | 124 | 21 |
| Binary | 1001011 | 111 | 1010010 | 1001 | 1011011 | 0 | 1000100 | 100100110 | 1010100 | 10001 |
Color Harmonies of #4B0752
Complementary color
Monochromatic Colors of #4B0752
Black with #4B0752
Text Example
Text Example
White with #4B0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0752; }
p { color: rgb(75,7,82); }
H1.HeaderClassName
{
color: #4B0752;
}
.AnyTagClassName
{
color: #4B0752;
}
</style>
background-color css
<style>
a { background-color: #4B0752; }
a { background-color: rgb(75,7,82); }
div.DivClassName
{
background-color: #4B0752;
}
.BgClassName
{
background-color: #4B0752;
}
</style>
border-color css
<style>
span { border-color: #4B0752; }
span { border-color: rgb(75,7,82); }
td.TdClassName
{
border-color: #4B0752;
}
.TagClassName
{
border-color: #4B0752;
}
</style>