Shades of Jacksons Purple #43407B
Tints of Jacksons Purple #43407B
RGB
CMYK
RGB Variations
Color information
#43407B (or 0x43407B) is known color: Jacksons Purple. HEX triplet: 43, 40 and 7B. RGB value is (67,64,123). Sum of RGB (Red+Green+Blue) = 67+64+123=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #43407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43407B is #BCBF84. Grayscale: #474747. Windows color (decimal): -12369797 or 8077379. OLE color: 8077379.
HSL color Cylindrical-coordinate representation of color #43407B: hue angle of 243.05º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43407B is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 64 | 123 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.52 |
| HSL | 243.05º | 0.32% | 0.37% | - |
| HSV(B) | 243.05º | 0.48% | 0.48% | - |
| XYZ | 7.72 | 6.29 | 19.55 | - |
| YUV | 71.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 123 | 0.46 | 0.48 | 0 | 0.52 | 243.05 | 0.32 | 0.37 |
| Hex | 43 | 40 | 7B | 2E | 30 | 0 | 34 | F3 | 20 | 25 |
| Octal | 103 | 100 | 173 | 56 | 60 | 0 | 64 | 363 | 40 | 45 |
| Binary | 1000011 | 1000000 | 1111011 | 101110 | 110000 | 0 | 110100 | 11110011 | 100000 | 100101 |
Color Harmonies of #43407B
Complementary color
Monochromatic Colors of #43407B
Black with #43407B
Text Example
Text Example
White with #43407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43407B; }
p { color: rgb(67,64,123); }
H1.HeaderClassName
{
color: #43407B;
}
.AnyTagClassName
{
color: #43407B;
}
</style>
background-color css
<style>
a { background-color: #43407B; }
a { background-color: rgb(67,64,123); }
div.DivClassName
{
background-color: #43407B;
}
.BgClassName
{
background-color: #43407B;
}
</style>
border-color css
<style>
span { border-color: #43407B; }
span { border-color: rgb(67,64,123); }
td.TdClassName
{
border-color: #43407B;
}
.TagClassName
{
border-color: #43407B;
}
</style>