Shades of Hot Purple #4A3350
Tints of Hot Purple #4A3350
RGB
CMYK
RGB Variations
Color information
#4A3350 (or 0x4A3350) is known color: Hot Purple. HEX triplet: 4A, 33 and 50. RGB value is (74,51,80). Sum of RGB (Red+Green+Blue) = 74+51+80=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A3350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3350 is #B5CCAF. Grayscale: #3D3D3D. Windows color (decimal): -11914416 or 5256010. OLE color: 5256010.
HSL color Cylindrical-coordinate representation of color #4A3350: hue angle of 287.59º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A3350 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 51 | 80 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.69 |
| HSL | 287.59º | 0.22% | 0.26% | - |
| HSV(B) | 287.59º | 0.36% | 0.31% | - |
| XYZ | 5.46 | 4.4 | 8.15 | - |
| YUV | 61.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 80 | 0.08 | 0.36 | 0 | 0.69 | 287.59 | 0.22 | 0.26 |
| Hex | 4A | 33 | 50 | 8 | 24 | 0 | 45 | 120 | 16 | 1A |
| Octal | 112 | 63 | 120 | 10 | 44 | 0 | 105 | 440 | 26 | 32 |
| Binary | 1001010 | 110011 | 1010000 | 1000 | 100100 | 0 | 1000101 | 100100000 | 10110 | 11010 |
Color Harmonies of #4A3350
Complementary color
Monochromatic Colors of #4A3350
Black with #4A3350
Text Example
Text Example
White with #4A3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3350; }
p { color: rgb(74,51,80); }
H1.HeaderClassName
{
color: #4A3350;
}
.AnyTagClassName
{
color: #4A3350;
}
</style>
background-color css
<style>
a { background-color: #4A3350; }
a { background-color: rgb(74,51,80); }
div.DivClassName
{
background-color: #4A3350;
}
.BgClassName
{
background-color: #4A3350;
}
</style>
border-color css
<style>
span { border-color: #4A3350; }
span { border-color: rgb(74,51,80); }
td.TdClassName
{
border-color: #4A3350;
}
.TagClassName
{
border-color: #4A3350;
}
</style>