Shades of Jacksons Purple #47427B
Tints of Jacksons Purple #47427B
RGB
CMYK
RGB Variations
Color information
#47427B (or 0x47427B) is known color: Jacksons Purple. HEX triplet: 47, 42 and 7B. RGB value is (71,66,123). Sum of RGB (Red+Green+Blue) = 71+66+123=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #47427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47427B is #B8BD84. Grayscale: #494949. Windows color (decimal): -12107141 or 8077895. OLE color: 8077895.
HSL color Cylindrical-coordinate representation of color #47427B: hue angle of 245.26º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47427B is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 66 | 123 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.52 |
| HSL | 245.26º | 0.3% | 0.37% | - |
| HSV(B) | 245.26º | 0.46% | 0.48% | - |
| XYZ | 8.12 | 6.67 | 19.6 | - |
| YUV | 73.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 123 | 0.42 | 0.46 | 0 | 0.52 | 245.26 | 0.3 | 0.37 |
| Hex | 47 | 42 | 7B | 2A | 2E | 0 | 34 | F5 | 1E | 25 |
| Octal | 107 | 102 | 173 | 52 | 56 | 0 | 64 | 365 | 36 | 45 |
| Binary | 1000111 | 1000010 | 1111011 | 101010 | 101110 | 0 | 110100 | 11110101 | 11110 | 100101 |
Color Harmonies of #47427B
Complementary color
Monochromatic Colors of #47427B
Black with #47427B
Text Example
Text Example
White with #47427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47427B; }
p { color: rgb(71,66,123); }
H1.HeaderClassName
{
color: #47427B;
}
.AnyTagClassName
{
color: #47427B;
}
</style>
background-color css
<style>
a { background-color: #47427B; }
a { background-color: rgb(71,66,123); }
div.DivClassName
{
background-color: #47427B;
}
.BgClassName
{
background-color: #47427B;
}
</style>
border-color css
<style>
span { border-color: #47427B; }
span { border-color: rgb(71,66,123); }
td.TdClassName
{
border-color: #47427B;
}
.TagClassName
{
border-color: #47427B;
}
</style>