Shades of Jacksons Purple #474685
Tints of Jacksons Purple #474685
RGB
CMYK
RGB Variations
Color information
#474685 (or 0x474685) is known color: Jacksons Purple. HEX triplet: 47, 46 and 85. RGB value is (71,70,133). Sum of RGB (Red+Green+Blue) = 71+70+133=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #474685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474685 is #B8B97A. Grayscale: #4D4D4D. Windows color (decimal): -12106107 or 8734279. OLE color: 8734279.
HSL color Cylindrical-coordinate representation of color #474685: hue angle of 240.95º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #474685 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 70 | 133 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.48 |
| HSL | 240.95º | 0.31% | 0.4% | - |
| HSV(B) | 240.95º | 0.47% | 0.52% | - |
| XYZ | 9.02 | 7.41 | 23.15 | - |
| YUV | 77.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 133 | 0.47 | 0.47 | 0 | 0.48 | 240.95 | 0.31 | 0.4 |
| Hex | 47 | 46 | 85 | 2F | 2F | 0 | 30 | F1 | 1F | 28 |
| Octal | 107 | 106 | 205 | 57 | 57 | 0 | 60 | 361 | 37 | 50 |
| Binary | 1000111 | 1000110 | 10000101 | 101111 | 101111 | 0 | 110000 | 11110001 | 11111 | 101000 |
Color Harmonies of #474685
Complementary color
Monochromatic Colors of #474685
Black with #474685
Text Example
Text Example
White with #474685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474685; }
p { color: rgb(71,70,133); }
H1.HeaderClassName
{
color: #474685;
}
.AnyTagClassName
{
color: #474685;
}
</style>
background-color css
<style>
a { background-color: #474685; }
a { background-color: rgb(71,70,133); }
div.DivClassName
{
background-color: #474685;
}
.BgClassName
{
background-color: #474685;
}
</style>
border-color css
<style>
span { border-color: #474685; }
span { border-color: rgb(71,70,133); }
td.TdClassName
{
border-color: #474685;
}
.TagClassName
{
border-color: #474685;
}
</style>