Shades of Jacksons Purple #49467D
Tints of Jacksons Purple #49467D
RGB
CMYK
RGB Variations
Color information
#49467D (or 0x49467D) is known color: Jacksons Purple. HEX triplet: 49, 46 and 7D. RGB value is (73,70,125). Sum of RGB (Red+Green+Blue) = 73+70+125=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #49467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49467D is #B6B982. Grayscale: #4C4C4C. Windows color (decimal): -11975043 or 8209993. OLE color: 8209993.
HSL color Cylindrical-coordinate representation of color #49467D: hue angle of 243.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49467D is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 70 | 125 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.51 |
| HSL | 243.27º | 0.28% | 0.38% | - |
| HSV(B) | 243.27º | 0.44% | 0.49% | - |
| XYZ | 8.64 | 7.28 | 20.35 | - |
| YUV | 77.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 125 | 0.42 | 0.44 | 0 | 0.51 | 243.27 | 0.28 | 0.38 |
| Hex | 49 | 46 | 7D | 2A | 2C | 0 | 33 | F3 | 1C | 26 |
| Octal | 111 | 106 | 175 | 52 | 54 | 0 | 63 | 363 | 34 | 46 |
| Binary | 1001001 | 1000110 | 1111101 | 101010 | 101100 | 0 | 110011 | 11110011 | 11100 | 100110 |
Color Harmonies of #49467D
Complementary color
Monochromatic Colors of #49467D
Black with #49467D
Text Example
Text Example
White with #49467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49467D; }
p { color: rgb(73,70,125); }
H1.HeaderClassName
{
color: #49467D;
}
.AnyTagClassName
{
color: #49467D;
}
</style>
background-color css
<style>
a { background-color: #49467D; }
a { background-color: rgb(73,70,125); }
div.DivClassName
{
background-color: #49467D;
}
.BgClassName
{
background-color: #49467D;
}
</style>
border-color css
<style>
span { border-color: #49467D; }
span { border-color: rgb(73,70,125); }
td.TdClassName
{
border-color: #49467D;
}
.TagClassName
{
border-color: #49467D;
}
</style>