Shades of Jacksons Purple #45447A
Tints of Jacksons Purple #45447A
RGB
CMYK
RGB Variations
Color information
#45447A (or 0x45447A) is known color: Jacksons Purple. HEX triplet: 45, 44 and 7A. RGB value is (69,68,122). Sum of RGB (Red+Green+Blue) = 69+68+122=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #45447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45447A is #BABB85. Grayscale: #4A4A4A. Windows color (decimal): -12237702 or 8012869. OLE color: 8012869.
HSL color Cylindrical-coordinate representation of color #45447A: hue angle of 241.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45447A is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 68 | 122 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.52 |
| HSL | 241.11º | 0.28% | 0.37% | - |
| HSV(B) | 241.11º | 0.44% | 0.48% | - |
| XYZ | 8.03 | 6.8 | 19.3 | - |
| YUV | 74.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 122 | 0.43 | 0.44 | 0 | 0.52 | 241.11 | 0.28 | 0.37 |
| Hex | 45 | 44 | 7A | 2B | 2C | 0 | 34 | F1 | 1C | 25 |
| Octal | 105 | 104 | 172 | 53 | 54 | 0 | 64 | 361 | 34 | 45 |
| Binary | 1000101 | 1000100 | 1111010 | 101011 | 101100 | 0 | 110100 | 11110001 | 11100 | 100101 |
Color Harmonies of #45447A
Complementary color
Monochromatic Colors of #45447A
Black with #45447A
Text Example
Text Example
White with #45447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45447A; }
p { color: rgb(69,68,122); }
H1.HeaderClassName
{
color: #45447A;
}
.AnyTagClassName
{
color: #45447A;
}
</style>
background-color css
<style>
a { background-color: #45447A; }
a { background-color: rgb(69,68,122); }
div.DivClassName
{
background-color: #45447A;
}
.BgClassName
{
background-color: #45447A;
}
</style>
border-color css
<style>
span { border-color: #45447A; }
span { border-color: rgb(69,68,122); }
td.TdClassName
{
border-color: #45447A;
}
.TagClassName
{
border-color: #45447A;
}
</style>