Shades of Hot Purple #4B2355
Tints of Hot Purple #4B2355
RGB
CMYK
RGB Variations
Color information
#4B2355 (or 0x4B2355) is known color: Hot Purple. HEX triplet: 4B, 23 and 55. RGB value is (75,35,85). Sum of RGB (Red+Green+Blue) = 75+35+85=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B2355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2355 is #B4DCAA. Grayscale: #343434. Windows color (decimal): -11852971 or 5579595. OLE color: 5579595.
HSL color Cylindrical-coordinate representation of color #4B2355: hue angle of 288º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B2355 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 35 | 85 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.67 |
| HSL | 288º | 0.42% | 0.24% | - |
| HSV(B) | 288º | 0.59% | 0.33% | - |
| XYZ | 5.14 | 3.35 | 8.97 | - |
| YUV | 52.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 85 | 0.12 | 0.59 | 0 | 0.67 | 288 | 0.42 | 0.24 |
| Hex | 4B | 23 | 55 | C | 3B | 0 | 43 | 120 | 2A | 18 |
| Octal | 113 | 43 | 125 | 14 | 73 | 0 | 103 | 440 | 52 | 30 |
| Binary | 1001011 | 100011 | 1010101 | 1100 | 111011 | 0 | 1000011 | 100100000 | 101010 | 11000 |
Color Harmonies of #4B2355
Complementary color
Monochromatic Colors of #4B2355
Black with #4B2355
Text Example
Text Example
White with #4B2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2355; }
p { color: rgb(75,35,85); }
H1.HeaderClassName
{
color: #4B2355;
}
.AnyTagClassName
{
color: #4B2355;
}
</style>
background-color css
<style>
a { background-color: #4B2355; }
a { background-color: rgb(75,35,85); }
div.DivClassName
{
background-color: #4B2355;
}
.BgClassName
{
background-color: #4B2355;
}
</style>
border-color css
<style>
span { border-color: #4B2355; }
span { border-color: rgb(75,35,85); }
td.TdClassName
{
border-color: #4B2355;
}
.TagClassName
{
border-color: #4B2355;
}
</style>