Shades of Jacksons Purple #443E7D
Tints of Jacksons Purple #443E7D
RGB
CMYK
RGB Variations
Color information
#443E7D (or 0x443E7D) is known color: Jacksons Purple. HEX triplet: 44, 3E and 7D. RGB value is (68,62,125). Sum of RGB (Red+Green+Blue) = 68+62+125=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #443E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443E7D is #BBC182. Grayscale: #464646. Windows color (decimal): -12304771 or 8207940. OLE color: 8207940.
HSL color Cylindrical-coordinate representation of color #443E7D: hue angle of 245.71º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #443E7D is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 62 | 125 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.51 |
| HSL | 245.71º | 0.34% | 0.37% | - |
| HSV(B) | 245.71º | 0.5% | 0.49% | - |
| XYZ | 7.81 | 6.15 | 20.18 | - |
| YUV | 70.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 125 | 0.46 | 0.50 | 0 | 0.51 | 245.71 | 0.34 | 0.37 |
| Hex | 44 | 3E | 7D | 2E | 32 | 0 | 33 | F6 | 22 | 25 |
| Octal | 104 | 76 | 175 | 56 | 62 | 0 | 63 | 366 | 42 | 45 |
| Binary | 1000100 | 111110 | 1111101 | 101110 | 110010 | 0 | 110011 | 11110110 | 100010 | 100101 |
Color Harmonies of #443E7D
Complementary color
Monochromatic Colors of #443E7D
Black with #443E7D
Text Example
Text Example
White with #443E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443E7D; }
p { color: rgb(68,62,125); }
H1.HeaderClassName
{
color: #443E7D;
}
.AnyTagClassName
{
color: #443E7D;
}
</style>
background-color css
<style>
a { background-color: #443E7D; }
a { background-color: rgb(68,62,125); }
div.DivClassName
{
background-color: #443E7D;
}
.BgClassName
{
background-color: #443E7D;
}
</style>
border-color css
<style>
span { border-color: #443E7D; }
span { border-color: rgb(68,62,125); }
td.TdClassName
{
border-color: #443E7D;
}
.TagClassName
{
border-color: #443E7D;
}
</style>