Shades of Jacksons Purple #45437C
Tints of Jacksons Purple #45437C
RGB
CMYK
RGB Variations
Color information
#45437C (or 0x45437C) is known color: Jacksons Purple. HEX triplet: 45, 43 and 7C. RGB value is (69,67,124). Sum of RGB (Red+Green+Blue) = 69+67+124=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #45437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45437C is #BABC83. Grayscale: #494949. Windows color (decimal): -12237956 or 8143685. OLE color: 8143685.
HSL color Cylindrical-coordinate representation of color #45437C: hue angle of 242.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45437C is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 67 | 124 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.51 |
| HSL | 242.11º | 0.3% | 0.37% | - |
| HSV(B) | 242.11º | 0.46% | 0.49% | - |
| XYZ | 8.1 | 6.73 | 19.94 | - |
| YUV | 74.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 124 | 0.44 | 0.46 | 0 | 0.51 | 242.11 | 0.3 | 0.37 |
| Hex | 45 | 43 | 7C | 2C | 2E | 0 | 33 | F2 | 1E | 25 |
| Octal | 105 | 103 | 174 | 54 | 56 | 0 | 63 | 362 | 36 | 45 |
| Binary | 1000101 | 1000011 | 1111100 | 101100 | 101110 | 0 | 110011 | 11110010 | 11110 | 100101 |
Color Harmonies of #45437C
Complementary color
Monochromatic Colors of #45437C
Black with #45437C
Text Example
Text Example
White with #45437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45437C; }
p { color: rgb(69,67,124); }
H1.HeaderClassName
{
color: #45437C;
}
.AnyTagClassName
{
color: #45437C;
}
</style>
background-color css
<style>
a { background-color: #45437C; }
a { background-color: rgb(69,67,124); }
div.DivClassName
{
background-color: #45437C;
}
.BgClassName
{
background-color: #45437C;
}
</style>
border-color css
<style>
span { border-color: #45437C; }
span { border-color: rgb(69,67,124); }
td.TdClassName
{
border-color: #45437C;
}
.TagClassName
{
border-color: #45437C;
}
</style>