Shades of Jacksons Purple #45487C
Tints of Jacksons Purple #45487C
RGB
CMYK
RGB Variations
Color information
#45487C (or 0x45487C) is known color: Jacksons Purple. HEX triplet: 45, 48 and 7C. RGB value is (69,72,124). Sum of RGB (Red+Green+Blue) = 69+72+124=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #45487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45487C is #BAB783. Grayscale: #4C4C4C. Windows color (decimal): -12236676 or 8144965. OLE color: 8144965.
HSL color Cylindrical-coordinate representation of color #45487C: hue angle of 236.73º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45487C is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 72 | 124 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.51 |
| HSL | 236.73º | 0.28% | 0.38% | - |
| HSV(B) | 236.73º | 0.44% | 0.49% | - |
| XYZ | 8.41 | 7.36 | 20.05 | - |
| YUV | 77.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 124 | 0.44 | 0.42 | 0 | 0.51 | 236.73 | 0.28 | 0.38 |
| Hex | 45 | 48 | 7C | 2C | 2A | 0 | 33 | ED | 1C | 26 |
| Octal | 105 | 110 | 174 | 54 | 52 | 0 | 63 | 355 | 34 | 46 |
| Binary | 1000101 | 1001000 | 1111100 | 101100 | 101010 | 0 | 110011 | 11101101 | 11100 | 100110 |
Color Harmonies of #45487C
Complementary color
Monochromatic Colors of #45487C
Black with #45487C
Text Example
Text Example
White with #45487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45487C; }
p { color: rgb(69,72,124); }
H1.HeaderClassName
{
color: #45487C;
}
.AnyTagClassName
{
color: #45487C;
}
</style>
background-color css
<style>
a { background-color: #45487C; }
a { background-color: rgb(69,72,124); }
div.DivClassName
{
background-color: #45487C;
}
.BgClassName
{
background-color: #45487C;
}
</style>
border-color css
<style>
span { border-color: #45487C; }
span { border-color: rgb(69,72,124); }
td.TdClassName
{
border-color: #45487C;
}
.TagClassName
{
border-color: #45487C;
}
</style>