Shades of Hot Purple #4B1450
Tints of Hot Purple #4B1450
RGB
CMYK
RGB Variations
Color information
#4B1450 (or 0x4B1450) is known color: Hot Purple. HEX triplet: 4B, 14 and 50. RGB value is (75,20,80). Sum of RGB (Red+Green+Blue) = 75+20+80=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B1450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1450 is #B4EBAF. Grayscale: #2B2B2B. Windows color (decimal): -11856816 or 5248075. OLE color: 5248075.
HSL color Cylindrical-coordinate representation of color #4B1450: hue angle of 295º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1450 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 20 | 80 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.69 |
| HSL | 295º | 0.6% | 0.2% | - |
| HSV(B) | 295º | 0.75% | 0.31% | - |
| XYZ | 4.6 | 2.58 | 7.84 | - |
| YUV | 43.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 80 | 0.06 | 0.75 | 0 | 0.69 | 295 | 0.6 | 0.2 |
| Hex | 4B | 14 | 50 | 6 | 4B | 0 | 45 | 127 | 3C | 14 |
| Octal | 113 | 24 | 120 | 6 | 113 | 0 | 105 | 447 | 74 | 24 |
| Binary | 1001011 | 10100 | 1010000 | 110 | 1001011 | 0 | 1000101 | 100100111 | 111100 | 10100 |
Color Harmonies of #4B1450
Complementary color
Monochromatic Colors of #4B1450
Black with #4B1450
Text Example
Text Example
White with #4B1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1450; }
p { color: rgb(75,20,80); }
H1.HeaderClassName
{
color: #4B1450;
}
.AnyTagClassName
{
color: #4B1450;
}
</style>
background-color css
<style>
a { background-color: #4B1450; }
a { background-color: rgb(75,20,80); }
div.DivClassName
{
background-color: #4B1450;
}
.BgClassName
{
background-color: #4B1450;
}
</style>
border-color css
<style>
span { border-color: #4B1450; }
span { border-color: rgb(75,20,80); }
td.TdClassName
{
border-color: #4B1450;
}
.TagClassName
{
border-color: #4B1450;
}
</style>