Shades of Hot Purple #4D3454
Tints of Hot Purple #4D3454
RGB
CMYK
RGB Variations
Color information
#4D3454 (or 0x4D3454) is known color: Hot Purple. HEX triplet: 4D, 34 and 54. RGB value is (77,52,84). Sum of RGB (Red+Green+Blue) = 77+52+84=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #4D3454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3454 is #B2CBAB. Grayscale: #3F3F3F. Windows color (decimal): -11717548 or 5518413. OLE color: 5518413.
HSL color Cylindrical-coordinate representation of color #4D3454: hue angle of 286.88º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D3454 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 52 | 84 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.67 |
| HSL | 286.88º | 0.24% | 0.27% | - |
| HSV(B) | 286.88º | 0.38% | 0.33% | - |
| XYZ | 5.89 | 4.67 | 8.98 | - |
| YUV | 63.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 84 | 0.08 | 0.38 | 0 | 0.67 | 286.88 | 0.24 | 0.27 |
| Hex | 4D | 34 | 54 | 8 | 26 | 0 | 43 | 11F | 18 | 1B |
| Octal | 115 | 64 | 124 | 10 | 46 | 0 | 103 | 437 | 30 | 33 |
| Binary | 1001101 | 110100 | 1010100 | 1000 | 100110 | 0 | 1000011 | 100011111 | 11000 | 11011 |
Color Harmonies of #4D3454
Complementary color
Monochromatic Colors of #4D3454
Black with #4D3454
Text Example
Text Example
White with #4D3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3454; }
p { color: rgb(77,52,84); }
H1.HeaderClassName
{
color: #4D3454;
}
.AnyTagClassName
{
color: #4D3454;
}
</style>
background-color css
<style>
a { background-color: #4D3454; }
a { background-color: rgb(77,52,84); }
div.DivClassName
{
background-color: #4D3454;
}
.BgClassName
{
background-color: #4D3454;
}
</style>
border-color css
<style>
span { border-color: #4D3454; }
span { border-color: rgb(77,52,84); }
td.TdClassName
{
border-color: #4D3454;
}
.TagClassName
{
border-color: #4D3454;
}
</style>