Shades of Jacksons Purple #47467D
Tints of Jacksons Purple #47467D
RGB
CMYK
RGB Variations
Color information
#47467D (or 0x47467D) is known color: Jacksons Purple. HEX triplet: 47, 46 and 7D. RGB value is (71,70,125). Sum of RGB (Red+Green+Blue) = 71+70+125=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #47467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47467D is #B8B982. Grayscale: #4C4C4C. Windows color (decimal): -12106115 or 8209991. OLE color: 8209991.
HSL color Cylindrical-coordinate representation of color #47467D: hue angle of 241.09º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47467D is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 70 | 125 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.51 |
| HSL | 241.09º | 0.28% | 0.38% | - |
| HSV(B) | 241.09º | 0.44% | 0.49% | - |
| XYZ | 8.49 | 7.2 | 20.34 | - |
| YUV | 76.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 125 | 0.43 | 0.44 | 0 | 0.51 | 241.09 | 0.28 | 0.38 |
| Hex | 47 | 46 | 7D | 2B | 2C | 0 | 33 | F1 | 1C | 26 |
| Octal | 107 | 106 | 175 | 53 | 54 | 0 | 63 | 361 | 34 | 46 |
| Binary | 1000111 | 1000110 | 1111101 | 101011 | 101100 | 0 | 110011 | 11110001 | 11100 | 100110 |
Color Harmonies of #47467D
Complementary color
Monochromatic Colors of #47467D
Black with #47467D
Text Example
Text Example
White with #47467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47467D; }
p { color: rgb(71,70,125); }
H1.HeaderClassName
{
color: #47467D;
}
.AnyTagClassName
{
color: #47467D;
}
</style>
background-color css
<style>
a { background-color: #47467D; }
a { background-color: rgb(71,70,125); }
div.DivClassName
{
background-color: #47467D;
}
.BgClassName
{
background-color: #47467D;
}
</style>
border-color css
<style>
span { border-color: #47467D; }
span { border-color: rgb(71,70,125); }
td.TdClassName
{
border-color: #47467D;
}
.TagClassName
{
border-color: #47467D;
}
</style>