Shades of Hot Purple #4B2F53
Tints of Hot Purple #4B2F53
RGB
CMYK
RGB Variations
Color information
#4B2F53 (or 0x4B2F53) is known color: Hot Purple. HEX triplet: 4B, 2F and 53. RGB value is (75,47,83). Sum of RGB (Red+Green+Blue) = 75+47+83=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B2F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2F53 is #B4D0AC. Grayscale: #3B3B3B. Windows color (decimal): -11849901 or 5451595. OLE color: 5451595.
HSL color Cylindrical-coordinate representation of color #4B2F53: hue angle of 286.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B2F53 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 47 | 83 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.67 |
| HSL | 286.67º | 0.28% | 0.25% | - |
| HSV(B) | 286.67º | 0.43% | 0.33% | - |
| XYZ | 5.48 | 4.15 | 8.7 | - |
| YUV | 59.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 83 | 0.10 | 0.43 | 0 | 0.67 | 286.67 | 0.28 | 0.25 |
| Hex | 4B | 2F | 53 | A | 2B | 0 | 43 | 11F | 1C | 19 |
| Octal | 113 | 57 | 123 | 12 | 53 | 0 | 103 | 437 | 34 | 31 |
| Binary | 1001011 | 101111 | 1010011 | 1010 | 101011 | 0 | 1000011 | 100011111 | 11100 | 11001 |
Color Harmonies of #4B2F53
Complementary color
Monochromatic Colors of #4B2F53
Black with #4B2F53
Text Example
Text Example
White with #4B2F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2F53; }
p { color: rgb(75,47,83); }
H1.HeaderClassName
{
color: #4B2F53;
}
.AnyTagClassName
{
color: #4B2F53;
}
</style>
background-color css
<style>
a { background-color: #4B2F53; }
a { background-color: rgb(75,47,83); }
div.DivClassName
{
background-color: #4B2F53;
}
.BgClassName
{
background-color: #4B2F53;
}
</style>
border-color css
<style>
span { border-color: #4B2F53; }
span { border-color: rgb(75,47,83); }
td.TdClassName
{
border-color: #4B2F53;
}
.TagClassName
{
border-color: #4B2F53;
}
</style>