Shades of Jacksons Purple #44437A
Tints of Jacksons Purple #44437A
RGB
CMYK
RGB Variations
Color information
#44437A (or 0x44437A) is known color: Jacksons Purple. HEX triplet: 44, 43 and 7A. RGB value is (68,67,122). Sum of RGB (Red+Green+Blue) = 68+67+122=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #44437A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44437A is #BBBC85. Grayscale: #494949. Windows color (decimal): -12303494 or 8012612. OLE color: 8012612.
HSL color Cylindrical-coordinate representation of color #44437A: hue angle of 241.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44437A is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 67 | 122 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.52 |
| HSL | 241.09º | 0.29% | 0.37% | - |
| HSV(B) | 241.09º | 0.45% | 0.48% | - |
| XYZ | 7.9 | 6.65 | 19.28 | - |
| YUV | 73.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 122 | 0.44 | 0.45 | 0 | 0.52 | 241.09 | 0.29 | 0.37 |
| Hex | 44 | 43 | 7A | 2C | 2D | 0 | 34 | F1 | 1D | 25 |
| Octal | 104 | 103 | 172 | 54 | 55 | 0 | 64 | 361 | 35 | 45 |
| Binary | 1000100 | 1000011 | 1111010 | 101100 | 101101 | 0 | 110100 | 11110001 | 11101 | 100101 |
Color Harmonies of #44437A
Complementary color
Monochromatic Colors of #44437A
Black with #44437A
Text Example
Text Example
White with #44437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44437A; }
p { color: rgb(68,67,122); }
H1.HeaderClassName
{
color: #44437A;
}
.AnyTagClassName
{
color: #44437A;
}
</style>
background-color css
<style>
a { background-color: #44437A; }
a { background-color: rgb(68,67,122); }
div.DivClassName
{
background-color: #44437A;
}
.BgClassName
{
background-color: #44437A;
}
</style>
border-color css
<style>
span { border-color: #44437A; }
span { border-color: rgb(68,67,122); }
td.TdClassName
{
border-color: #44437A;
}
.TagClassName
{
border-color: #44437A;
}
</style>