Shades of Jacksons Purple #47417C
Tints of Jacksons Purple #47417C
RGB
CMYK
RGB Variations
Color information
#47417C (or 0x47417C) is known color: Jacksons Purple. HEX triplet: 47, 41 and 7C. RGB value is (71,65,124). Sum of RGB (Red+Green+Blue) = 71+65+124=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #47417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47417C is #B8BE83. Grayscale: #494949. Windows color (decimal): -12107396 or 8143175. OLE color: 8143175.
HSL color Cylindrical-coordinate representation of color #47417C: hue angle of 246.1º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47417C is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 65 | 124 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.51 |
| HSL | 246.1º | 0.31% | 0.37% | - |
| HSV(B) | 246.1º | 0.48% | 0.49% | - |
| XYZ | 8.13 | 6.58 | 19.91 | - |
| YUV | 73.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 124 | 0.43 | 0.48 | 0 | 0.51 | 246.1 | 0.31 | 0.37 |
| Hex | 47 | 41 | 7C | 2B | 30 | 0 | 33 | F6 | 1F | 25 |
| Octal | 107 | 101 | 174 | 53 | 60 | 0 | 63 | 366 | 37 | 45 |
| Binary | 1000111 | 1000001 | 1111100 | 101011 | 110000 | 0 | 110011 | 11110110 | 11111 | 100101 |
Color Harmonies of #47417C
Complementary color
Monochromatic Colors of #47417C
Black with #47417C
Text Example
Text Example
White with #47417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47417C; }
p { color: rgb(71,65,124); }
H1.HeaderClassName
{
color: #47417C;
}
.AnyTagClassName
{
color: #47417C;
}
</style>
background-color css
<style>
a { background-color: #47417C; }
a { background-color: rgb(71,65,124); }
div.DivClassName
{
background-color: #47417C;
}
.BgClassName
{
background-color: #47417C;
}
</style>
border-color css
<style>
span { border-color: #47417C; }
span { border-color: rgb(71,65,124); }
td.TdClassName
{
border-color: #47417C;
}
.TagClassName
{
border-color: #47417C;
}
</style>