Shades of Hot Purple #4B1052
Tints of Hot Purple #4B1052
RGB
CMYK
RGB Variations
Color information
#4B1052 (or 0x4B1052) is known color: Hot Purple. HEX triplet: 4B, 10 and 52. RGB value is (75,16,82). Sum of RGB (Red+Green+Blue) = 75+16+82=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B1052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1052 is #B4EFAD. Grayscale: #282828. Windows color (decimal): -11857838 or 5378123. OLE color: 5378123.
HSL color Cylindrical-coordinate representation of color #4B1052: hue angle of 293.64º 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 #4B1052 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 16 | 82 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.68 |
| HSL | 293.64º | 0.67% | 0.19% | - |
| HSV(B) | 293.64º | 0.8% | 0.32% | - |
| XYZ | 4.61 | 2.48 | 8.22 | - |
| YUV | 41.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 82 | 0.09 | 0.80 | 0 | 0.68 | 293.64 | 0.67 | 0.19 |
| Hex | 4B | 10 | 52 | 9 | 50 | 0 | 44 | 126 | 43 | 13 |
| Octal | 113 | 20 | 122 | 11 | 120 | 0 | 104 | 446 | 103 | 23 |
| Binary | 1001011 | 10000 | 1010010 | 1001 | 1010000 | 0 | 1000100 | 100100110 | 1000011 | 10011 |
Color Harmonies of #4B1052
Complementary color
Monochromatic Colors of #4B1052
Black with #4B1052
Text Example
Text Example
White with #4B1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1052; }
p { color: rgb(75,16,82); }
H1.HeaderClassName
{
color: #4B1052;
}
.AnyTagClassName
{
color: #4B1052;
}
</style>
background-color css
<style>
a { background-color: #4B1052; }
a { background-color: rgb(75,16,82); }
div.DivClassName
{
background-color: #4B1052;
}
.BgClassName
{
background-color: #4B1052;
}
</style>
border-color css
<style>
span { border-color: #4B1052; }
span { border-color: rgb(75,16,82); }
td.TdClassName
{
border-color: #4B1052;
}
.TagClassName
{
border-color: #4B1052;
}
</style>