Shades of Jacksons Purple #45467A
Tints of Jacksons Purple #45467A
RGB
CMYK
RGB Variations
Color information
#45467A (or 0x45467A) is known color: Jacksons Purple. HEX triplet: 45, 46 and 7A. RGB value is (69,70,122). Sum of RGB (Red+Green+Blue) = 69+70+122=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #45467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45467A is #BAB985. Grayscale: #4B4B4B. Windows color (decimal): -12237190 or 8013381. OLE color: 8013381.
HSL color Cylindrical-coordinate representation of color #45467A: hue angle of 238.87º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45467A is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 70 | 122 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.52 |
| HSL | 238.87º | 0.28% | 0.37% | - |
| HSV(B) | 238.87º | 0.43% | 0.48% | - |
| XYZ | 8.16 | 7.05 | 19.34 | - |
| YUV | 75.63 | 154.17 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 122 | 0.43 | 0.43 | 0 | 0.52 | 238.87 | 0.28 | 0.37 |
| Hex | 45 | 46 | 7A | 2B | 2B | 0 | 34 | EF | 1C | 25 |
| Octal | 105 | 106 | 172 | 53 | 53 | 0 | 64 | 357 | 34 | 45 |
| Binary | 1000101 | 1000110 | 1111010 | 101011 | 101011 | 0 | 110100 | 11101111 | 11100 | 100101 |
Color Harmonies of #45467A
Complementary color
Monochromatic Colors of #45467A
Black with #45467A
Text Example
Text Example
White with #45467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45467A; }
p { color: rgb(69,70,122); }
H1.HeaderClassName
{
color: #45467A;
}
.AnyTagClassName
{
color: #45467A;
}
</style>
background-color css
<style>
a { background-color: #45467A; }
a { background-color: rgb(69,70,122); }
div.DivClassName
{
background-color: #45467A;
}
.BgClassName
{
background-color: #45467A;
}
</style>
border-color css
<style>
span { border-color: #45467A; }
span { border-color: rgb(69,70,122); }
td.TdClassName
{
border-color: #45467A;
}
.TagClassName
{
border-color: #45467A;
}
</style>