Shades of Jacksons Purple #443F7F
Tints of Jacksons Purple #443F7F
RGB
CMYK
RGB Variations
Color information
#443F7F (or 0x443F7F) is known color: Jacksons Purple. HEX triplet: 44, 3F and 7F. RGB value is (68,63,127). Sum of RGB (Red+Green+Blue) = 68+63+127=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #443F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443F7F is #BBC080. Grayscale: #474747. Windows color (decimal): -12304513 or 8339268. OLE color: 8339268.
HSL color Cylindrical-coordinate representation of color #443F7F: hue angle of 244.69º degrees, saturation: 0.34, 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 #443F7F is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 63 | 127 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.50 |
| HSL | 244.69º | 0.34% | 0.37% | - |
| HSV(B) | 244.69º | 0.5% | 0.5% | - |
| XYZ | 7.99 | 6.32 | 20.88 | - |
| YUV | 71.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 127 | 0.46 | 0.50 | 0 | 0.50 | 244.69 | 0.34 | 0.37 |
| Hex | 44 | 3F | 7F | 2E | 32 | 0 | 32 | F5 | 22 | 25 |
| Octal | 104 | 77 | 177 | 56 | 62 | 0 | 62 | 365 | 42 | 45 |
| Binary | 1000100 | 111111 | 1111111 | 101110 | 110010 | 0 | 110010 | 11110101 | 100010 | 100101 |
Color Harmonies of #443F7F
Complementary color
Monochromatic Colors of #443F7F
Black with #443F7F
Text Example
Text Example
White with #443F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F7F; }
p { color: rgb(68,63,127); }
H1.HeaderClassName
{
color: #443F7F;
}
.AnyTagClassName
{
color: #443F7F;
}
</style>
background-color css
<style>
a { background-color: #443F7F; }
a { background-color: rgb(68,63,127); }
div.DivClassName
{
background-color: #443F7F;
}
.BgClassName
{
background-color: #443F7F;
}
</style>
border-color css
<style>
span { border-color: #443F7F; }
span { border-color: rgb(68,63,127); }
td.TdClassName
{
border-color: #443F7F;
}
.TagClassName
{
border-color: #443F7F;
}
</style>