Shades of Jacksons Purple #49477E
Tints of Jacksons Purple #49477E
RGB
CMYK
RGB Variations
Color information
#49477E (or 0x49477E) is known color: Jacksons Purple. HEX triplet: 49, 47 and 7E. RGB value is (73,71,126). Sum of RGB (Red+Green+Blue) = 73+71+126=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #49477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49477E is #B6B881. Grayscale: #4D4D4D. Windows color (decimal): -11974786 or 8275785. OLE color: 8275785.
HSL color Cylindrical-coordinate representation of color #49477E: hue angle of 242.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49477E is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 71 | 126 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.51 |
| HSL | 242.18º | 0.28% | 0.39% | - |
| HSV(B) | 242.18º | 0.44% | 0.49% | - |
| XYZ | 8.77 | 7.43 | 20.71 | - |
| YUV | 77.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 126 | 0.42 | 0.44 | 0 | 0.51 | 242.18 | 0.28 | 0.39 |
| Hex | 49 | 47 | 7E | 2A | 2C | 0 | 33 | F2 | 1C | 27 |
| Octal | 111 | 107 | 176 | 52 | 54 | 0 | 63 | 362 | 34 | 47 |
| Binary | 1001001 | 1000111 | 1111110 | 101010 | 101100 | 0 | 110011 | 11110010 | 11100 | 100111 |
Color Harmonies of #49477E
Complementary color
Monochromatic Colors of #49477E
Black with #49477E
Text Example
Text Example
White with #49477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49477E; }
p { color: rgb(73,71,126); }
H1.HeaderClassName
{
color: #49477E;
}
.AnyTagClassName
{
color: #49477E;
}
</style>
background-color css
<style>
a { background-color: #49477E; }
a { background-color: rgb(73,71,126); }
div.DivClassName
{
background-color: #49477E;
}
.BgClassName
{
background-color: #49477E;
}
</style>
border-color css
<style>
span { border-color: #49477E; }
span { border-color: rgb(73,71,126); }
td.TdClassName
{
border-color: #49477E;
}
.TagClassName
{
border-color: #49477E;
}
</style>