Shades of Jacksons Purple #49477D
Tints of Jacksons Purple #49477D
RGB
CMYK
RGB Variations
Color information
#49477D (or 0x49477D) is known color: Jacksons Purple. HEX triplet: 49, 47 and 7D. RGB value is (73,71,125). Sum of RGB (Red+Green+Blue) = 73+71+125=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #49477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49477D is #B6B882. Grayscale: #4D4D4D. Windows color (decimal): -11974787 or 8210249. OLE color: 8210249.
HSL color Cylindrical-coordinate representation of color #49477D: hue angle of 242.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49477D is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 71 | 125 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.51 |
| HSL | 242.22º | 0.28% | 0.38% | - |
| HSV(B) | 242.22º | 0.43% | 0.49% | - |
| XYZ | 8.7 | 7.4 | 20.37 | - |
| YUV | 77.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 125 | 0.42 | 0.43 | 0 | 0.51 | 242.22 | 0.28 | 0.38 |
| Hex | 49 | 47 | 7D | 2A | 2B | 0 | 33 | F2 | 1C | 26 |
| Octal | 111 | 107 | 175 | 52 | 53 | 0 | 63 | 362 | 34 | 46 |
| Binary | 1001001 | 1000111 | 1111101 | 101010 | 101011 | 0 | 110011 | 11110010 | 11100 | 100110 |
Color Harmonies of #49477D
Complementary color
Monochromatic Colors of #49477D
Black with #49477D
Text Example
Text Example
White with #49477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49477D; }
p { color: rgb(73,71,125); }
H1.HeaderClassName
{
color: #49477D;
}
.AnyTagClassName
{
color: #49477D;
}
</style>
background-color css
<style>
a { background-color: #49477D; }
a { background-color: rgb(73,71,125); }
div.DivClassName
{
background-color: #49477D;
}
.BgClassName
{
background-color: #49477D;
}
</style>
border-color css
<style>
span { border-color: #49477D; }
span { border-color: rgb(73,71,125); }
td.TdClassName
{
border-color: #49477D;
}
.TagClassName
{
border-color: #49477D;
}
</style>