Shades of Jacksons Purple #484D7C
Tints of Jacksons Purple #484D7C
RGB
CMYK
RGB Variations
Color information
#484D7C (or 0x484D7C) is known color: Jacksons Purple. HEX triplet: 48, 4D and 7C. RGB value is (72,77,124). Sum of RGB (Red+Green+Blue) = 72+77+124=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #484D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D7C is #B7B283. Grayscale: #505050. Windows color (decimal): -12038788 or 8146248. OLE color: 8146248.
HSL color Cylindrical-coordinate representation of color #484D7C: hue angle of 234.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484D7C is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 77 | 124 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.51 |
| HSL | 234.23º | 0.27% | 0.38% | - |
| HSV(B) | 234.23º | 0.42% | 0.49% | - |
| XYZ | 8.96 | 8.14 | 20.17 | - |
| YUV | 80.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 124 | 0.42 | 0.38 | 0 | 0.51 | 234.23 | 0.27 | 0.38 |
| Hex | 48 | 4D | 7C | 2A | 26 | 0 | 33 | EA | 1B | 26 |
| Octal | 110 | 115 | 174 | 52 | 46 | 0 | 63 | 352 | 33 | 46 |
| Binary | 1001000 | 1001101 | 1111100 | 101010 | 100110 | 0 | 110011 | 11101010 | 11011 | 100110 |
Color Harmonies of #484D7C
Complementary color
Monochromatic Colors of #484D7C
Black with #484D7C
Text Example
Text Example
White with #484D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D7C; }
p { color: rgb(72,77,124); }
H1.HeaderClassName
{
color: #484D7C;
}
.AnyTagClassName
{
color: #484D7C;
}
</style>
background-color css
<style>
a { background-color: #484D7C; }
a { background-color: rgb(72,77,124); }
div.DivClassName
{
background-color: #484D7C;
}
.BgClassName
{
background-color: #484D7C;
}
</style>
border-color css
<style>
span { border-color: #484D7C; }
span { border-color: rgb(72,77,124); }
td.TdClassName
{
border-color: #484D7C;
}
.TagClassName
{
border-color: #484D7C;
}
</style>