Shades of Hot Purple #4B2954
Tints of Hot Purple #4B2954
RGB
CMYK
RGB Variations
Color information
#4B2954 (or 0x4B2954) is known color: Hot Purple. HEX triplet: 4B, 29 and 54. RGB value is (75,41,84). Sum of RGB (Red+Green+Blue) = 75+41+84=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B2954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2954 is #B4D6AB. Grayscale: #373737. Windows color (decimal): -11851436 or 5515595. OLE color: 5515595.
HSL color Cylindrical-coordinate representation of color #4B2954: hue angle of 287.44º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2954 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 41 | 84 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.67 |
| HSL | 287.44º | 0.34% | 0.25% | - |
| HSV(B) | 287.44º | 0.51% | 0.33% | - |
| XYZ | 5.29 | 3.72 | 8.83 | - |
| YUV | 56.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 84 | 0.11 | 0.51 | 0 | 0.67 | 287.44 | 0.34 | 0.25 |
| Hex | 4B | 29 | 54 | B | 33 | 0 | 43 | 11F | 22 | 19 |
| Octal | 113 | 51 | 124 | 13 | 63 | 0 | 103 | 437 | 42 | 31 |
| Binary | 1001011 | 101001 | 1010100 | 1011 | 110011 | 0 | 1000011 | 100011111 | 100010 | 11001 |
Color Harmonies of #4B2954
Complementary color
Monochromatic Colors of #4B2954
Black with #4B2954
Text Example
Text Example
White with #4B2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2954; }
p { color: rgb(75,41,84); }
H1.HeaderClassName
{
color: #4B2954;
}
.AnyTagClassName
{
color: #4B2954;
}
</style>
background-color css
<style>
a { background-color: #4B2954; }
a { background-color: rgb(75,41,84); }
div.DivClassName
{
background-color: #4B2954;
}
.BgClassName
{
background-color: #4B2954;
}
</style>
border-color css
<style>
span { border-color: #4B2954; }
span { border-color: rgb(75,41,84); }
td.TdClassName
{
border-color: #4B2954;
}
.TagClassName
{
border-color: #4B2954;
}
</style>