Shades of Hot Purple #4B2253
Tints of Hot Purple #4B2253
RGB
CMYK
RGB Variations
Color information
#4B2253 (or 0x4B2253) is known color: Hot Purple. HEX triplet: 4B, 22 and 53. RGB value is (75,34,83). Sum of RGB (Red+Green+Blue) = 75+34+83=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B2253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2253 is #B4DDAC. Grayscale: #333333. Windows color (decimal): -11853229 or 5448267. OLE color: 5448267.
HSL color Cylindrical-coordinate representation of color #4B2253: hue angle of 290.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B2253 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 34 | 83 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.67 |
| HSL | 290.2º | 0.42% | 0.23% | - |
| HSV(B) | 290.2º | 0.59% | 0.33% | - |
| XYZ | 5.04 | 3.26 | 8.55 | - |
| YUV | 51.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 83 | 0.10 | 0.59 | 0 | 0.67 | 290.2 | 0.42 | 0.23 |
| Hex | 4B | 22 | 53 | A | 3B | 0 | 43 | 122 | 2A | 17 |
| Octal | 113 | 42 | 123 | 12 | 73 | 0 | 103 | 442 | 52 | 27 |
| Binary | 1001011 | 100010 | 1010011 | 1010 | 111011 | 0 | 1000011 | 100100010 | 101010 | 10111 |
Color Harmonies of #4B2253
Complementary color
Monochromatic Colors of #4B2253
Black with #4B2253
Text Example
Text Example
White with #4B2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2253; }
p { color: rgb(75,34,83); }
H1.HeaderClassName
{
color: #4B2253;
}
.AnyTagClassName
{
color: #4B2253;
}
</style>
background-color css
<style>
a { background-color: #4B2253; }
a { background-color: rgb(75,34,83); }
div.DivClassName
{
background-color: #4B2253;
}
.BgClassName
{
background-color: #4B2253;
}
</style>
border-color css
<style>
span { border-color: #4B2253; }
span { border-color: rgb(75,34,83); }
td.TdClassName
{
border-color: #4B2253;
}
.TagClassName
{
border-color: #4B2253;
}
</style>