Shades of Hot Purple #4A344F
Tints of Hot Purple #4A344F
RGB
CMYK
RGB Variations
Color information
#4A344F (or 0x4A344F) is known color: Hot Purple. HEX triplet: 4A, 34 and 4F. RGB value is (74,52,79). Sum of RGB (Red+Green+Blue) = 74+52+79=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A344F is #B5CBB0. Grayscale: #3D3D3D. Windows color (decimal): -11914161 or 5190730. OLE color: 5190730.
HSL color Cylindrical-coordinate representation of color #4A344F: hue angle of 288.89º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A344F is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 52 | 79 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.69 |
| HSL | 288.89º | 0.21% | 0.26% | - |
| HSV(B) | 288.89º | 0.34% | 0.31% | - |
| XYZ | 5.46 | 4.48 | 7.97 | - |
| YUV | 61.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 79 | 0.06 | 0.34 | 0 | 0.69 | 288.89 | 0.21 | 0.26 |
| Hex | 4A | 34 | 4F | 6 | 22 | 0 | 45 | 121 | 15 | 1A |
| Octal | 112 | 64 | 117 | 6 | 42 | 0 | 105 | 441 | 25 | 32 |
| Binary | 1001010 | 110100 | 1001111 | 110 | 100010 | 0 | 1000101 | 100100001 | 10101 | 11010 |
Color Harmonies of #4A344F
Complementary color
Monochromatic Colors of #4A344F
Black with #4A344F
Text Example
Text Example
White with #4A344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A344F; }
p { color: rgb(74,52,79); }
H1.HeaderClassName
{
color: #4A344F;
}
.AnyTagClassName
{
color: #4A344F;
}
</style>
background-color css
<style>
a { background-color: #4A344F; }
a { background-color: rgb(74,52,79); }
div.DivClassName
{
background-color: #4A344F;
}
.BgClassName
{
background-color: #4A344F;
}
</style>
border-color css
<style>
span { border-color: #4A344F; }
span { border-color: rgb(74,52,79); }
td.TdClassName
{
border-color: #4A344F;
}
.TagClassName
{
border-color: #4A344F;
}
</style>