Shades of Jacksons Purple #47477C
Tints of Jacksons Purple #47477C
RGB
CMYK
RGB Variations
Color information
#47477C (or 0x47477C) is known color: Jacksons Purple. HEX triplet: 47, 47 and 7C. RGB value is (71,71,124). Sum of RGB (Red+Green+Blue) = 71+71+124=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #47477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47477C is #B8B883. Grayscale: #4C4C4C. Windows color (decimal): -12105860 or 8144711. OLE color: 8144711.
HSL color Cylindrical-coordinate representation of color #47477C: hue angle of 240º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47477C is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 71 | 124 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.51 |
| HSL | 240º | 0.27% | 0.38% | - |
| HSV(B) | 240º | 0.43% | 0.49% | - |
| XYZ | 8.49 | 7.3 | 20.03 | - |
| YUV | 77.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 124 | 0.43 | 0.43 | 0 | 0.51 | 240 | 0.27 | 0.38 |
| Hex | 47 | 47 | 7C | 2B | 2B | 0 | 33 | F0 | 1B | 26 |
| Octal | 107 | 107 | 174 | 53 | 53 | 0 | 63 | 360 | 33 | 46 |
| Binary | 1000111 | 1000111 | 1111100 | 101011 | 101011 | 0 | 110011 | 11110000 | 11011 | 100110 |
Color Harmonies of #47477C
Complementary color
Monochromatic Colors of #47477C
Black with #47477C
Text Example
Text Example
White with #47477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47477C; }
p { color: rgb(71,71,124); }
H1.HeaderClassName
{
color: #47477C;
}
.AnyTagClassName
{
color: #47477C;
}
</style>
background-color css
<style>
a { background-color: #47477C; }
a { background-color: rgb(71,71,124); }
div.DivClassName
{
background-color: #47477C;
}
.BgClassName
{
background-color: #47477C;
}
</style>
border-color css
<style>
span { border-color: #47477C; }
span { border-color: rgb(71,71,124); }
td.TdClassName
{
border-color: #47477C;
}
.TagClassName
{
border-color: #47477C;
}
</style>