Shades of Hot Purple #4A2750
Tints of Hot Purple #4A2750
RGB
CMYK
RGB Variations
Color information
#4A2750 (or 0x4A2750) is known color: Hot Purple. HEX triplet: 4A, 27 and 50. RGB value is (74,39,80). Sum of RGB (Red+Green+Blue) = 74+39+80=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2750 is #B5D8AF. Grayscale: #363636. Windows color (decimal): -11917488 or 5252938. OLE color: 5252938.
HSL color Cylindrical-coordinate representation of color #4A2750: hue angle of 291.22º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A2750 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 39 | 80 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.69 |
| HSL | 291.22º | 0.34% | 0.23% | - |
| HSV(B) | 291.22º | 0.51% | 0.31% | - |
| XYZ | 5 | 3.49 | 8 | - |
| YUV | 54.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 80 | 0.08 | 0.51 | 0 | 0.69 | 291.22 | 0.34 | 0.23 |
| Hex | 4A | 27 | 50 | 8 | 33 | 0 | 45 | 123 | 22 | 17 |
| Octal | 112 | 47 | 120 | 10 | 63 | 0 | 105 | 443 | 42 | 27 |
| Binary | 1001010 | 100111 | 1010000 | 1000 | 110011 | 0 | 1000101 | 100100011 | 100010 | 10111 |
Color Harmonies of #4A2750
Complementary color
Monochromatic Colors of #4A2750
Black with #4A2750
Text Example
Text Example
White with #4A2750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2750; }
p { color: rgb(74,39,80); }
H1.HeaderClassName
{
color: #4A2750;
}
.AnyTagClassName
{
color: #4A2750;
}
</style>
background-color css
<style>
a { background-color: #4A2750; }
a { background-color: rgb(74,39,80); }
div.DivClassName
{
background-color: #4A2750;
}
.BgClassName
{
background-color: #4A2750;
}
</style>
border-color css
<style>
span { border-color: #4A2750; }
span { border-color: rgb(74,39,80); }
td.TdClassName
{
border-color: #4A2750;
}
.TagClassName
{
border-color: #4A2750;
}
</style>