Shades of Hot Purple #4B0352
Tints of Hot Purple #4B0352
RGB
CMYK
RGB Variations
Color information
#4B0352 (or 0x4B0352) is known color: Hot Purple. HEX triplet: 4B, 03 and 52. RGB value is (75,3,82). Sum of RGB (Red+Green+Blue) = 75+3+82=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B0352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0352 is #B4FCAD. Grayscale: #212121. Windows color (decimal): -11861166 or 5374795. OLE color: 5374795.
HSL color Cylindrical-coordinate representation of color #4B0352: hue angle of 294.68º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0352 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 3 | 82 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.68 |
| HSL | 294.68º | 0.93% | 0.17% | - |
| HSV(B) | 294.68º | 0.96% | 0.32% | - |
| XYZ | 4.46 | 2.17 | 8.17 | - |
| YUV | 33.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 82 | 0.09 | 0.96 | 0 | 0.68 | 294.68 | 0.93 | 0.17 |
| Hex | 4B | 3 | 52 | 9 | 60 | 0 | 44 | 127 | 5D | 11 |
| Octal | 113 | 3 | 122 | 11 | 140 | 0 | 104 | 447 | 135 | 21 |
| Binary | 1001011 | 11 | 1010010 | 1001 | 1100000 | 0 | 1000100 | 100100111 | 1011101 | 10001 |
Color Harmonies of #4B0352
Complementary color
Monochromatic Colors of #4B0352
Black with #4B0352
Text Example
Text Example
White with #4B0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0352; }
p { color: rgb(75,3,82); }
H1.HeaderClassName
{
color: #4B0352;
}
.AnyTagClassName
{
color: #4B0352;
}
</style>
background-color css
<style>
a { background-color: #4B0352; }
a { background-color: rgb(75,3,82); }
div.DivClassName
{
background-color: #4B0352;
}
.BgClassName
{
background-color: #4B0352;
}
</style>
border-color css
<style>
span { border-color: #4B0352; }
span { border-color: rgb(75,3,82); }
td.TdClassName
{
border-color: #4B0352;
}
.TagClassName
{
border-color: #4B0352;
}
</style>