Shades of Jacksons Purple #494D7C
Tints of Jacksons Purple #494D7C
RGB
CMYK
RGB Variations
Color information
#494D7C (or 0x494D7C) is known color: Jacksons Purple. HEX triplet: 49, 4D and 7C. RGB value is (73,77,124). Sum of RGB (Red+Green+Blue) = 73+77+124=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #494D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D7C is #B6B283. Grayscale: #505050. Windows color (decimal): -11973252 or 8146249. OLE color: 8146249.
HSL color Cylindrical-coordinate representation of color #494D7C: hue angle of 235.29º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494D7C is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 77 | 124 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.51 |
| HSL | 235.29º | 0.26% | 0.39% | - |
| HSV(B) | 235.29º | 0.41% | 0.49% | - |
| XYZ | 9.04 | 8.18 | 20.17 | - |
| YUV | 81.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 124 | 0.41 | 0.38 | 0 | 0.51 | 235.29 | 0.26 | 0.39 |
| Hex | 49 | 4D | 7C | 29 | 26 | 0 | 33 | EB | 1A | 27 |
| Octal | 111 | 115 | 174 | 51 | 46 | 0 | 63 | 353 | 32 | 47 |
| Binary | 1001001 | 1001101 | 1111100 | 101001 | 100110 | 0 | 110011 | 11101011 | 11010 | 100111 |
Color Harmonies of #494D7C
Complementary color
Monochromatic Colors of #494D7C
Black with #494D7C
Text Example
Text Example
White with #494D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D7C; }
p { color: rgb(73,77,124); }
H1.HeaderClassName
{
color: #494D7C;
}
.AnyTagClassName
{
color: #494D7C;
}
</style>
background-color css
<style>
a { background-color: #494D7C; }
a { background-color: rgb(73,77,124); }
div.DivClassName
{
background-color: #494D7C;
}
.BgClassName
{
background-color: #494D7C;
}
</style>
border-color css
<style>
span { border-color: #494D7C; }
span { border-color: rgb(73,77,124); }
td.TdClassName
{
border-color: #494D7C;
}
.TagClassName
{
border-color: #494D7C;
}
</style>