Shades of Jacksons Purple #47477B
Tints of Jacksons Purple #47477B
RGB
CMYK
RGB Variations
Color information
#47477B (or 0x47477B) is known color: Jacksons Purple. HEX triplet: 47, 47 and 7B. RGB value is (71,71,123). Sum of RGB (Red+Green+Blue) = 71+71+123=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #47477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47477B is #B8B884. Grayscale: #4C4C4C. Windows color (decimal): -12105861 or 8079175. OLE color: 8079175.
HSL color Cylindrical-coordinate representation of color #47477B: hue angle of 240º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47477B is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 71 | 123 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.52 |
| HSL | 240º | 0.27% | 0.38% | - |
| HSV(B) | 240º | 0.42% | 0.48% | - |
| XYZ | 8.43 | 7.28 | 19.7 | - |
| YUV | 76.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 123 | 0.42 | 0.42 | 0 | 0.52 | 240 | 0.27 | 0.38 |
| Hex | 47 | 47 | 7B | 2A | 2A | 0 | 34 | F0 | 1B | 26 |
| Octal | 107 | 107 | 173 | 52 | 52 | 0 | 64 | 360 | 33 | 46 |
| Binary | 1000111 | 1000111 | 1111011 | 101010 | 101010 | 0 | 110100 | 11110000 | 11011 | 100110 |
Color Harmonies of #47477B
Complementary color
Monochromatic Colors of #47477B
Black with #47477B
Text Example
Text Example
White with #47477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47477B; }
p { color: rgb(71,71,123); }
H1.HeaderClassName
{
color: #47477B;
}
.AnyTagClassName
{
color: #47477B;
}
</style>
background-color css
<style>
a { background-color: #47477B; }
a { background-color: rgb(71,71,123); }
div.DivClassName
{
background-color: #47477B;
}
.BgClassName
{
background-color: #47477B;
}
</style>
border-color css
<style>
span { border-color: #47477B; }
span { border-color: rgb(71,71,123); }
td.TdClassName
{
border-color: #47477B;
}
.TagClassName
{
border-color: #47477B;
}
</style>