Shades of Hot Purple #4B0854
Tints of Hot Purple #4B0854
RGB
CMYK
RGB Variations
Color information
#4B0854 (or 0x4B0854) is known color: Hot Purple. HEX triplet: 4B, 08 and 54. RGB value is (75,8,84). Sum of RGB (Red+Green+Blue) = 75+8+84=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B0854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0854 is #B4F7AB. Grayscale: #242424. Windows color (decimal): -11859884 or 5507147. OLE color: 5507147.
HSL color Cylindrical-coordinate representation of color #4B0854: hue angle of 292.89º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B0854 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 8 | 84 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.67 |
| HSL | 292.89º | 0.83% | 0.18% | - |
| HSV(B) | 292.89º | 0.9% | 0.33% | - |
| XYZ | 4.59 | 2.31 | 8.59 | - |
| YUV | 36.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 84 | 0.11 | 0.90 | 0 | 0.67 | 292.89 | 0.83 | 0.18 |
| Hex | 4B | 8 | 54 | B | 5A | 0 | 43 | 125 | 53 | 12 |
| Octal | 113 | 10 | 124 | 13 | 132 | 0 | 103 | 445 | 123 | 22 |
| Binary | 1001011 | 1000 | 1010100 | 1011 | 1011010 | 0 | 1000011 | 100100101 | 1010011 | 10010 |
Color Harmonies of #4B0854
Complementary color
Monochromatic Colors of #4B0854
Black with #4B0854
Text Example
Text Example
White with #4B0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0854; }
p { color: rgb(75,8,84); }
H1.HeaderClassName
{
color: #4B0854;
}
.AnyTagClassName
{
color: #4B0854;
}
</style>
background-color css
<style>
a { background-color: #4B0854; }
a { background-color: rgb(75,8,84); }
div.DivClassName
{
background-color: #4B0854;
}
.BgClassName
{
background-color: #4B0854;
}
</style>
border-color css
<style>
span { border-color: #4B0854; }
span { border-color: rgb(75,8,84); }
td.TdClassName
{
border-color: #4B0854;
}
.TagClassName
{
border-color: #4B0854;
}
</style>