Shades of Jacksons Purple #47447B
Tints of Jacksons Purple #47447B
RGB
CMYK
RGB Variations
Color information
#47447B (or 0x47447B) is known color: Jacksons Purple. HEX triplet: 47, 44 and 7B. RGB value is (71,68,123). Sum of RGB (Red+Green+Blue) = 71+68+123=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #47447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47447B is #B8BB84. Grayscale: #4A4A4A. Windows color (decimal): -12106629 or 8078407. OLE color: 8078407.
HSL color Cylindrical-coordinate representation of color #47447B: hue angle of 243.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47447B is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 68 | 123 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.52 |
| HSL | 243.27º | 0.29% | 0.37% | - |
| HSV(B) | 243.27º | 0.45% | 0.48% | - |
| XYZ | 8.24 | 6.9 | 19.64 | - |
| YUV | 75.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 123 | 0.42 | 0.45 | 0 | 0.52 | 243.27 | 0.29 | 0.37 |
| Hex | 47 | 44 | 7B | 2A | 2D | 0 | 34 | F3 | 1D | 25 |
| Octal | 107 | 104 | 173 | 52 | 55 | 0 | 64 | 363 | 35 | 45 |
| Binary | 1000111 | 1000100 | 1111011 | 101010 | 101101 | 0 | 110100 | 11110011 | 11101 | 100101 |
Color Harmonies of #47447B
Complementary color
Monochromatic Colors of #47447B
Black with #47447B
Text Example
Text Example
White with #47447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47447B; }
p { color: rgb(71,68,123); }
H1.HeaderClassName
{
color: #47447B;
}
.AnyTagClassName
{
color: #47447B;
}
</style>
background-color css
<style>
a { background-color: #47447B; }
a { background-color: rgb(71,68,123); }
div.DivClassName
{
background-color: #47447B;
}
.BgClassName
{
background-color: #47447B;
}
</style>
border-color css
<style>
span { border-color: #47447B; }
span { border-color: rgb(71,68,123); }
td.TdClassName
{
border-color: #47447B;
}
.TagClassName
{
border-color: #47447B;
}
</style>