Shades of Jacksons Purple #47417B
Tints of Jacksons Purple #47417B
RGB
CMYK
RGB Variations
Color information
#47417B (or 0x47417B) is known color: Jacksons Purple. HEX triplet: 47, 41 and 7B. RGB value is (71,65,123). Sum of RGB (Red+Green+Blue) = 71+65+123=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #47417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47417B is #B8BE84. Grayscale: #494949. Windows color (decimal): -12107397 or 8077639. OLE color: 8077639.
HSL color Cylindrical-coordinate representation of color #47417B: hue angle of 246.21º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47417B is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 65 | 123 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.52 |
| HSL | 246.21º | 0.31% | 0.37% | - |
| HSV(B) | 246.21º | 0.47% | 0.48% | - |
| XYZ | 8.06 | 6.55 | 19.58 | - |
| YUV | 73.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 123 | 0.42 | 0.47 | 0 | 0.52 | 246.21 | 0.31 | 0.37 |
| Hex | 47 | 41 | 7B | 2A | 2F | 0 | 34 | F6 | 1F | 25 |
| Octal | 107 | 101 | 173 | 52 | 57 | 0 | 64 | 366 | 37 | 45 |
| Binary | 1000111 | 1000001 | 1111011 | 101010 | 101111 | 0 | 110100 | 11110110 | 11111 | 100101 |
Color Harmonies of #47417B
Complementary color
Monochromatic Colors of #47417B
Black with #47417B
Text Example
Text Example
White with #47417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47417B; }
p { color: rgb(71,65,123); }
H1.HeaderClassName
{
color: #47417B;
}
.AnyTagClassName
{
color: #47417B;
}
</style>
background-color css
<style>
a { background-color: #47417B; }
a { background-color: rgb(71,65,123); }
div.DivClassName
{
background-color: #47417B;
}
.BgClassName
{
background-color: #47417B;
}
</style>
border-color css
<style>
span { border-color: #47417B; }
span { border-color: rgb(71,65,123); }
td.TdClassName
{
border-color: #47417B;
}
.TagClassName
{
border-color: #47417B;
}
</style>