Shades of Hot Purple #4B144F
Tints of Hot Purple #4B144F
RGB
CMYK
RGB Variations
Color information
#4B144F (or 0x4B144F) is known color: Hot Purple. HEX triplet: 4B, 14 and 4F. RGB value is (75,20,79). Sum of RGB (Red+Green+Blue) = 75+20+79=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B144F is #B4EBB0. Grayscale: #2A2A2A. Windows color (decimal): -11856817 or 5182539. OLE color: 5182539.
HSL color Cylindrical-coordinate representation of color #4B144F: hue angle of 295.93º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B144F is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 20 | 79 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.69 |
| HSL | 295.93º | 0.6% | 0.19% | - |
| HSV(B) | 295.93º | 0.75% | 0.31% | - |
| XYZ | 4.56 | 2.56 | 7.65 | - |
| YUV | 43.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 79 | 0.05 | 0.75 | 0 | 0.69 | 295.93 | 0.6 | 0.19 |
| Hex | 4B | 14 | 4F | 5 | 4B | 0 | 45 | 128 | 3C | 13 |
| Octal | 113 | 24 | 117 | 5 | 113 | 0 | 105 | 450 | 74 | 23 |
| Binary | 1001011 | 10100 | 1001111 | 101 | 1001011 | 0 | 1000101 | 100101000 | 111100 | 10011 |
Color Harmonies of #4B144F
Complementary color
Monochromatic Colors of #4B144F
Black with #4B144F
Text Example
Text Example
White with #4B144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B144F; }
p { color: rgb(75,20,79); }
H1.HeaderClassName
{
color: #4B144F;
}
.AnyTagClassName
{
color: #4B144F;
}
</style>
background-color css
<style>
a { background-color: #4B144F; }
a { background-color: rgb(75,20,79); }
div.DivClassName
{
background-color: #4B144F;
}
.BgClassName
{
background-color: #4B144F;
}
</style>
border-color css
<style>
span { border-color: #4B144F; }
span { border-color: rgb(75,20,79); }
td.TdClassName
{
border-color: #4B144F;
}
.TagClassName
{
border-color: #4B144F;
}
</style>