Shades of Jacksons Purple #43447B
Tints of Jacksons Purple #43447B
RGB
CMYK
RGB Variations
Color information
#43447B (or 0x43447B) is known color: Jacksons Purple. HEX triplet: 43, 44 and 7B. RGB value is (67,68,123). Sum of RGB (Red+Green+Blue) = 67+68+123=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #43447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43447B is #BCBB84. Grayscale: #494949. Windows color (decimal): -12368773 or 8078403. OLE color: 8078403.
HSL color Cylindrical-coordinate representation of color #43447B: hue angle of 238.93º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43447B is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 68 | 123 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.52 |
| HSL | 238.93º | 0.29% | 0.37% | - |
| HSV(B) | 238.93º | 0.46% | 0.48% | - |
| XYZ | 7.96 | 6.76 | 19.62 | - |
| YUV | 73.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 123 | 0.46 | 0.45 | 0 | 0.52 | 238.93 | 0.29 | 0.37 |
| Hex | 43 | 44 | 7B | 2E | 2D | 0 | 34 | EF | 1D | 25 |
| Octal | 103 | 104 | 173 | 56 | 55 | 0 | 64 | 357 | 35 | 45 |
| Binary | 1000011 | 1000100 | 1111011 | 101110 | 101101 | 0 | 110100 | 11101111 | 11101 | 100101 |
Color Harmonies of #43447B
Complementary color
Monochromatic Colors of #43447B
Black with #43447B
Text Example
Text Example
White with #43447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43447B; }
p { color: rgb(67,68,123); }
H1.HeaderClassName
{
color: #43447B;
}
.AnyTagClassName
{
color: #43447B;
}
</style>
background-color css
<style>
a { background-color: #43447B; }
a { background-color: rgb(67,68,123); }
div.DivClassName
{
background-color: #43447B;
}
.BgClassName
{
background-color: #43447B;
}
</style>
border-color css
<style>
span { border-color: #43447B; }
span { border-color: rgb(67,68,123); }
td.TdClassName
{
border-color: #43447B;
}
.TagClassName
{
border-color: #43447B;
}
</style>