Shades of Hot Purple #4B2752
Tints of Hot Purple #4B2752
RGB
CMYK
RGB Variations
Color information
#4B2752 (or 0x4B2752) is known color: Hot Purple. HEX triplet: 4B, 27 and 52. RGB value is (75,39,82). Sum of RGB (Red+Green+Blue) = 75+39+82=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B2752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2752 is #B4D8AD. Grayscale: #363636. Windows color (decimal): -11851950 or 5384011. OLE color: 5384011.
HSL color Cylindrical-coordinate representation of color #4B2752: hue angle of 290.23º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B2752 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 39 | 82 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.68 |
| HSL | 290.23º | 0.36% | 0.24% | - |
| HSV(B) | 290.23º | 0.52% | 0.32% | - |
| XYZ | 5.15 | 3.56 | 8.4 | - |
| YUV | 54.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 82 | 0.09 | 0.52 | 0 | 0.68 | 290.23 | 0.36 | 0.24 |
| Hex | 4B | 27 | 52 | 9 | 34 | 0 | 44 | 122 | 24 | 18 |
| Octal | 113 | 47 | 122 | 11 | 64 | 0 | 104 | 442 | 44 | 30 |
| Binary | 1001011 | 100111 | 1010010 | 1001 | 110100 | 0 | 1000100 | 100100010 | 100100 | 11000 |
Color Harmonies of #4B2752
Complementary color
Monochromatic Colors of #4B2752
Black with #4B2752
Text Example
Text Example
White with #4B2752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2752; }
p { color: rgb(75,39,82); }
H1.HeaderClassName
{
color: #4B2752;
}
.AnyTagClassName
{
color: #4B2752;
}
</style>
background-color css
<style>
a { background-color: #4B2752; }
a { background-color: rgb(75,39,82); }
div.DivClassName
{
background-color: #4B2752;
}
.BgClassName
{
background-color: #4B2752;
}
</style>
border-color css
<style>
span { border-color: #4B2752; }
span { border-color: rgb(75,39,82); }
td.TdClassName
{
border-color: #4B2752;
}
.TagClassName
{
border-color: #4B2752;
}
</style>