Shades of Jacksons Purple #47457D
Tints of Jacksons Purple #47457D
RGB
CMYK
RGB Variations
Color information
#47457D (or 0x47457D) is known color: Jacksons Purple. HEX triplet: 47, 45 and 7D. RGB value is (71,69,125). Sum of RGB (Red+Green+Blue) = 71+69+125=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #47457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47457D is #B8BA82. Grayscale: #4B4B4B. Windows color (decimal): -12106371 or 8209735. OLE color: 8209735.
HSL color Cylindrical-coordinate representation of color #47457D: hue angle of 242.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47457D is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 69 | 125 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.51 |
| HSL | 242.14º | 0.29% | 0.38% | - |
| HSV(B) | 242.14º | 0.45% | 0.49% | - |
| XYZ | 8.43 | 7.08 | 20.32 | - |
| YUV | 75.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 125 | 0.43 | 0.45 | 0 | 0.51 | 242.14 | 0.29 | 0.38 |
| Hex | 47 | 45 | 7D | 2B | 2D | 0 | 33 | F2 | 1D | 26 |
| Octal | 107 | 105 | 175 | 53 | 55 | 0 | 63 | 362 | 35 | 46 |
| Binary | 1000111 | 1000101 | 1111101 | 101011 | 101101 | 0 | 110011 | 11110010 | 11101 | 100110 |
Color Harmonies of #47457D
Complementary color
Monochromatic Colors of #47457D
Black with #47457D
Text Example
Text Example
White with #47457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47457D; }
p { color: rgb(71,69,125); }
H1.HeaderClassName
{
color: #47457D;
}
.AnyTagClassName
{
color: #47457D;
}
</style>
background-color css
<style>
a { background-color: #47457D; }
a { background-color: rgb(71,69,125); }
div.DivClassName
{
background-color: #47457D;
}
.BgClassName
{
background-color: #47457D;
}
</style>
border-color css
<style>
span { border-color: #47457D; }
span { border-color: rgb(71,69,125); }
td.TdClassName
{
border-color: #47457D;
}
.TagClassName
{
border-color: #47457D;
}
</style>