Shades of Jacksons Purple #45407F
Tints of Jacksons Purple #45407F
RGB
CMYK
RGB Variations
Color information
#45407F (or 0x45407F) is known color: Jacksons Purple. HEX triplet: 45, 40 and 7F. RGB value is (69,64,127). Sum of RGB (Red+Green+Blue) = 69+64+127=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #45407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45407F is #BABF80. Grayscale: #484848. Windows color (decimal): -12238721 or 8339525. OLE color: 8339525.
HSL color Cylindrical-coordinate representation of color #45407F: hue angle of 244.76º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45407F is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 64 | 127 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.50 |
| HSL | 244.76º | 0.33% | 0.37% | - |
| HSV(B) | 244.76º | 0.5% | 0.5% | - |
| XYZ | 8.12 | 6.46 | 20.9 | - |
| YUV | 72.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 127 | 0.46 | 0.50 | 0 | 0.50 | 244.76 | 0.33 | 0.37 |
| Hex | 45 | 40 | 7F | 2E | 32 | 0 | 32 | F5 | 21 | 25 |
| Octal | 105 | 100 | 177 | 56 | 62 | 0 | 62 | 365 | 41 | 45 |
| Binary | 1000101 | 1000000 | 1111111 | 101110 | 110010 | 0 | 110010 | 11110101 | 100001 | 100101 |
Color Harmonies of #45407F
Complementary color
Monochromatic Colors of #45407F
Black with #45407F
Text Example
Text Example
White with #45407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45407F; }
p { color: rgb(69,64,127); }
H1.HeaderClassName
{
color: #45407F;
}
.AnyTagClassName
{
color: #45407F;
}
</style>
background-color css
<style>
a { background-color: #45407F; }
a { background-color: rgb(69,64,127); }
div.DivClassName
{
background-color: #45407F;
}
.BgClassName
{
background-color: #45407F;
}
</style>
border-color css
<style>
span { border-color: #45407F; }
span { border-color: rgb(69,64,127); }
td.TdClassName
{
border-color: #45407F;
}
.TagClassName
{
border-color: #45407F;
}
</style>