Shades of Jacksons Purple #484E7F
Tints of Jacksons Purple #484E7F
RGB
CMYK
RGB Variations
Color information
#484E7F (or 0x484E7F) is known color: Jacksons Purple. HEX triplet: 48, 4E and 7F. RGB value is (72,78,127). Sum of RGB (Red+Green+Blue) = 72+78+127=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #484E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E7F is #B7B180. Grayscale: #515151. Windows color (decimal): -12038529 or 8343112. OLE color: 8343112.
HSL color Cylindrical-coordinate representation of color #484E7F: hue angle of 233.45º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484E7F is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 78 | 127 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.50 |
| HSL | 233.45º | 0.28% | 0.39% | - |
| HSV(B) | 233.45º | 0.43% | 0.5% | - |
| XYZ | 9.23 | 8.36 | 21.21 | - |
| YUV | 81.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 127 | 0.43 | 0.39 | 0 | 0.50 | 233.45 | 0.28 | 0.39 |
| Hex | 48 | 4E | 7F | 2B | 27 | 0 | 32 | E9 | 1C | 27 |
| Octal | 110 | 116 | 177 | 53 | 47 | 0 | 62 | 351 | 34 | 47 |
| Binary | 1001000 | 1001110 | 1111111 | 101011 | 100111 | 0 | 110010 | 11101001 | 11100 | 100111 |
Color Harmonies of #484E7F
Complementary color
Monochromatic Colors of #484E7F
Black with #484E7F
Text Example
Text Example
White with #484E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E7F; }
p { color: rgb(72,78,127); }
H1.HeaderClassName
{
color: #484E7F;
}
.AnyTagClassName
{
color: #484E7F;
}
</style>
background-color css
<style>
a { background-color: #484E7F; }
a { background-color: rgb(72,78,127); }
div.DivClassName
{
background-color: #484E7F;
}
.BgClassName
{
background-color: #484E7F;
}
</style>
border-color css
<style>
span { border-color: #484E7F; }
span { border-color: rgb(72,78,127); }
td.TdClassName
{
border-color: #484E7F;
}
.TagClassName
{
border-color: #484E7F;
}
</style>