Shades of Jacksons Purple #47487B
Tints of Jacksons Purple #47487B
RGB
CMYK
RGB Variations
Color information
#47487B (or 0x47487B) is known color: Jacksons Purple. HEX triplet: 47, 48 and 7B. RGB value is (71,72,123). Sum of RGB (Red+Green+Blue) = 71+72+123=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #47487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47487B is #B8B784. Grayscale: #4D4D4D. Windows color (decimal): -12105605 or 8079431. OLE color: 8079431.
HSL color Cylindrical-coordinate representation of color #47487B: hue angle of 238.85º 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 #47487B is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 72 | 123 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.52 |
| HSL | 238.85º | 0.27% | 0.38% | - |
| HSV(B) | 238.85º | 0.42% | 0.48% | - |
| XYZ | 8.49 | 7.4 | 19.72 | - |
| YUV | 77.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 123 | 0.42 | 0.41 | 0 | 0.52 | 238.85 | 0.27 | 0.38 |
| Hex | 47 | 48 | 7B | 2A | 29 | 0 | 34 | EF | 1B | 26 |
| Octal | 107 | 110 | 173 | 52 | 51 | 0 | 64 | 357 | 33 | 46 |
| Binary | 1000111 | 1001000 | 1111011 | 101010 | 101001 | 0 | 110100 | 11101111 | 11011 | 100110 |
Color Harmonies of #47487B
Complementary color
Monochromatic Colors of #47487B
Black with #47487B
Text Example
Text Example
White with #47487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47487B; }
p { color: rgb(71,72,123); }
H1.HeaderClassName
{
color: #47487B;
}
.AnyTagClassName
{
color: #47487B;
}
</style>
background-color css
<style>
a { background-color: #47487B; }
a { background-color: rgb(71,72,123); }
div.DivClassName
{
background-color: #47487B;
}
.BgClassName
{
background-color: #47487B;
}
</style>
border-color css
<style>
span { border-color: #47487B; }
span { border-color: rgb(71,72,123); }
td.TdClassName
{
border-color: #47487B;
}
.TagClassName
{
border-color: #47487B;
}
</style>