Shades of Jacksons Purple #48447E
Tints of Jacksons Purple #48447E
RGB
CMYK
RGB Variations
Color information
#48447E (or 0x48447E) is known color: Jacksons Purple. HEX triplet: 48, 44 and 7E. RGB value is (72,68,126). Sum of RGB (Red+Green+Blue) = 72+68+126=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #48447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48447E is #B7BB81. Grayscale: #4B4B4B. Windows color (decimal): -12041090 or 8275016. OLE color: 8275016.
HSL color Cylindrical-coordinate representation of color #48447E: hue angle of 244.14º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48447E is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 68 | 126 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.51 |
| HSL | 244.14º | 0.3% | 0.38% | - |
| HSV(B) | 244.14º | 0.46% | 0.49% | - |
| XYZ | 8.51 | 7.02 | 20.65 | - |
| YUV | 75.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 126 | 0.43 | 0.46 | 0 | 0.51 | 244.14 | 0.3 | 0.38 |
| Hex | 48 | 44 | 7E | 2B | 2E | 0 | 33 | F4 | 1E | 26 |
| Octal | 110 | 104 | 176 | 53 | 56 | 0 | 63 | 364 | 36 | 46 |
| Binary | 1001000 | 1000100 | 1111110 | 101011 | 101110 | 0 | 110011 | 11110100 | 11110 | 100110 |
Color Harmonies of #48447E
Complementary color
Monochromatic Colors of #48447E
Black with #48447E
Text Example
Text Example
White with #48447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48447E; }
p { color: rgb(72,68,126); }
H1.HeaderClassName
{
color: #48447E;
}
.AnyTagClassName
{
color: #48447E;
}
</style>
background-color css
<style>
a { background-color: #48447E; }
a { background-color: rgb(72,68,126); }
div.DivClassName
{
background-color: #48447E;
}
.BgClassName
{
background-color: #48447E;
}
</style>
border-color css
<style>
span { border-color: #48447E; }
span { border-color: rgb(72,68,126); }
td.TdClassName
{
border-color: #48447E;
}
.TagClassName
{
border-color: #48447E;
}
</style>