Shades of Jacksons Purple #4E5180
Tints of Jacksons Purple #4E5180
RGB
CMYK
RGB Variations
Color information
#4E5180 (or 0x4E5180) is known color: Jacksons Purple. HEX triplet: 4E, 51 and 80. RGB value is (78,81,128). Sum of RGB (Red+Green+Blue) = 78+81+128=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E5180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5180 is #B1AE7F. Grayscale: #555555. Windows color (decimal): -11644544 or 8409422. OLE color: 8409422.
HSL color Cylindrical-coordinate representation of color #4E5180: hue angle of 236.4º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E5180 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 81 | 128 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.50 |
| HSL | 236.4º | 0.24% | 0.4% | - |
| HSV(B) | 236.4º | 0.39% | 0.5% | - |
| XYZ | 9.98 | 9.06 | 21.65 | - |
| YUV | 85.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 128 | 0.39 | 0.37 | 0 | 0.50 | 236.4 | 0.24 | 0.4 |
| Hex | 4E | 51 | 80 | 27 | 25 | 0 | 32 | EC | 18 | 28 |
| Octal | 116 | 121 | 200 | 47 | 45 | 0 | 62 | 354 | 30 | 50 |
| Binary | 1001110 | 1010001 | 10000000 | 100111 | 100101 | 0 | 110010 | 11101100 | 11000 | 101000 |
Color Harmonies of #4E5180
Complementary color
Monochromatic Colors of #4E5180
Black with #4E5180
Text Example
Text Example
White with #4E5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5180; }
p { color: rgb(78,81,128); }
H1.HeaderClassName
{
color: #4E5180;
}
.AnyTagClassName
{
color: #4E5180;
}
</style>
background-color css
<style>
a { background-color: #4E5180; }
a { background-color: rgb(78,81,128); }
div.DivClassName
{
background-color: #4E5180;
}
.BgClassName
{
background-color: #4E5180;
}
</style>
border-color css
<style>
span { border-color: #4E5180; }
span { border-color: rgb(78,81,128); }
td.TdClassName
{
border-color: #4E5180;
}
.TagClassName
{
border-color: #4E5180;
}
</style>