Shades of Jacksons Purple #43437F
Tints of Jacksons Purple #43437F
RGB
CMYK
RGB Variations
Color information
#43437F (or 0x43437F) is known color: Jacksons Purple. HEX triplet: 43, 43 and 7F. RGB value is (67,67,127). Sum of RGB (Red+Green+Blue) = 67+67+127=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #43437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43437F is #BCBC80. Grayscale: #494949. Windows color (decimal): -12369025 or 8340291. OLE color: 8340291.
HSL color Cylindrical-coordinate representation of color #43437F: hue angle of 240º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43437F is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 67 | 127 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.50 |
| HSL | 240º | 0.31% | 0.38% | - |
| HSV(B) | 240º | 0.47% | 0.5% | - |
| XYZ | 8.15 | 6.74 | 20.95 | - |
| YUV | 73.84 | 158 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 127 | 0.47 | 0.47 | 0 | 0.50 | 240 | 0.31 | 0.38 |
| Hex | 43 | 43 | 7F | 2F | 2F | 0 | 32 | F0 | 1F | 26 |
| Octal | 103 | 103 | 177 | 57 | 57 | 0 | 62 | 360 | 37 | 46 |
| Binary | 1000011 | 1000011 | 1111111 | 101111 | 101111 | 0 | 110010 | 11110000 | 11111 | 100110 |
Color Harmonies of #43437F
Complementary color
Monochromatic Colors of #43437F
Black with #43437F
Text Example
Text Example
White with #43437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43437F; }
p { color: rgb(67,67,127); }
H1.HeaderClassName
{
color: #43437F;
}
.AnyTagClassName
{
color: #43437F;
}
</style>
background-color css
<style>
a { background-color: #43437F; }
a { background-color: rgb(67,67,127); }
div.DivClassName
{
background-color: #43437F;
}
.BgClassName
{
background-color: #43437F;
}
</style>
border-color css
<style>
span { border-color: #43437F; }
span { border-color: rgb(67,67,127); }
td.TdClassName
{
border-color: #43437F;
}
.TagClassName
{
border-color: #43437F;
}
</style>