Shades of Jacksons Purple #474580
Tints of Jacksons Purple #474580
RGB
CMYK
RGB Variations
Color information
#474580 (or 0x474580) is known color: Jacksons Purple. HEX triplet: 47, 45 and 80. RGB value is (71,69,128). Sum of RGB (Red+Green+Blue) = 71+69+128=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #474580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474580 is #B8BA7F. Grayscale: #4C4C4C. Windows color (decimal): -12106368 or 8406343. OLE color: 8406343.
HSL color Cylindrical-coordinate representation of color #474580: hue angle of 242.03º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474580 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 69 | 128 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.50 |
| HSL | 242.03º | 0.3% | 0.39% | - |
| HSV(B) | 242.03º | 0.46% | 0.5% | - |
| XYZ | 8.62 | 7.15 | 21.35 | - |
| YUV | 76.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 128 | 0.45 | 0.46 | 0 | 0.50 | 242.03 | 0.3 | 0.39 |
| Hex | 47 | 45 | 80 | 2D | 2E | 0 | 32 | F2 | 1E | 27 |
| Octal | 107 | 105 | 200 | 55 | 56 | 0 | 62 | 362 | 36 | 47 |
| Binary | 1000111 | 1000101 | 10000000 | 101101 | 101110 | 0 | 110010 | 11110010 | 11110 | 100111 |
Color Harmonies of #474580
Complementary color
Monochromatic Colors of #474580
Black with #474580
Text Example
Text Example
White with #474580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474580; }
p { color: rgb(71,69,128); }
H1.HeaderClassName
{
color: #474580;
}
.AnyTagClassName
{
color: #474580;
}
</style>
background-color css
<style>
a { background-color: #474580; }
a { background-color: rgb(71,69,128); }
div.DivClassName
{
background-color: #474580;
}
.BgClassName
{
background-color: #474580;
}
</style>
border-color css
<style>
span { border-color: #474580; }
span { border-color: rgb(71,69,128); }
td.TdClassName
{
border-color: #474580;
}
.TagClassName
{
border-color: #474580;
}
</style>