Shades of Jacksons Purple #4C4C7F
Tints of Jacksons Purple #4C4C7F
RGB
CMYK
RGB Variations
Color information
#4C4C7F (or 0x4C4C7F) is known color: Jacksons Purple. HEX triplet: 4C, 4C and 7F. RGB value is (76,76,127). Sum of RGB (Red+Green+Blue) = 76+76+127=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C4C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4C7F is #B3B380. Grayscale: #515151. Windows color (decimal): -11776897 or 8342604. OLE color: 8342604.
HSL color Cylindrical-coordinate representation of color #4C4C7F: hue angle of 240º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C4C7F is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 76 | 127 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.50 |
| HSL | 240º | 0.25% | 0.4% | - |
| HSV(B) | 240º | 0.4% | 0.5% | - |
| XYZ | 9.4 | 8.24 | 21.17 | - |
| YUV | 81.81 | 153.5 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 76 | 127 | 0.40 | 0.40 | 0 | 0.50 | 240 | 0.25 | 0.4 |
| Hex | 4C | 4C | 7F | 28 | 28 | 0 | 32 | F0 | 19 | 28 |
| Octal | 114 | 114 | 177 | 50 | 50 | 0 | 62 | 360 | 31 | 50 |
| Binary | 1001100 | 1001100 | 1111111 | 101000 | 101000 | 0 | 110010 | 11110000 | 11001 | 101000 |
Color Harmonies of #4C4C7F
Complementary color
Monochromatic Colors of #4C4C7F
Black with #4C4C7F
Text Example
Text Example
White with #4C4C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4C7F; }
p { color: rgb(76,76,127); }
H1.HeaderClassName
{
color: #4C4C7F;
}
.AnyTagClassName
{
color: #4C4C7F;
}
</style>
background-color css
<style>
a { background-color: #4C4C7F; }
a { background-color: rgb(76,76,127); }
div.DivClassName
{
background-color: #4C4C7F;
}
.BgClassName
{
background-color: #4C4C7F;
}
</style>
border-color css
<style>
span { border-color: #4C4C7F; }
span { border-color: rgb(76,76,127); }
td.TdClassName
{
border-color: #4C4C7F;
}
.TagClassName
{
border-color: #4C4C7F;
}
</style>