Shades of Hot Purple #4A1050
Tints of Hot Purple #4A1050
RGB
CMYK
RGB Variations
Color information
#4A1050 (or 0x4A1050) is known color: Hot Purple. HEX triplet: 4A, 10 and 50. RGB value is (74,16,80). Sum of RGB (Red+Green+Blue) = 74+16+80=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A1050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1050 is #B5EFAF. Grayscale: #282828. Windows color (decimal): -11923376 or 5247050. OLE color: 5247050.
HSL color Cylindrical-coordinate representation of color #4A1050: hue angle of 294.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A1050 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 16 | 80 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.69 |
| HSL | 294.38º | 0.67% | 0.19% | - |
| HSV(B) | 294.38º | 0.8% | 0.31% | - |
| XYZ | 4.46 | 2.41 | 7.82 | - |
| YUV | 40.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 80 | 0.08 | 0.80 | 0 | 0.69 | 294.38 | 0.67 | 0.19 |
| Hex | 4A | 10 | 50 | 8 | 50 | 0 | 45 | 126 | 43 | 13 |
| Octal | 112 | 20 | 120 | 10 | 120 | 0 | 105 | 446 | 103 | 23 |
| Binary | 1001010 | 10000 | 1010000 | 1000 | 1010000 | 0 | 1000101 | 100100110 | 1000011 | 10011 |
Color Harmonies of #4A1050
Complementary color
Monochromatic Colors of #4A1050
Black with #4A1050
Text Example
Text Example
White with #4A1050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1050; }
p { color: rgb(74,16,80); }
H1.HeaderClassName
{
color: #4A1050;
}
.AnyTagClassName
{
color: #4A1050;
}
</style>
background-color css
<style>
a { background-color: #4A1050; }
a { background-color: rgb(74,16,80); }
div.DivClassName
{
background-color: #4A1050;
}
.BgClassName
{
background-color: #4A1050;
}
</style>
border-color css
<style>
span { border-color: #4A1050; }
span { border-color: rgb(74,16,80); }
td.TdClassName
{
border-color: #4A1050;
}
.TagClassName
{
border-color: #4A1050;
}
</style>