Shades of Jacksons Purple #403C7B
Tints of Jacksons Purple #403C7B
RGB
CMYK
RGB Variations
Color information
#403C7B (or 0x403C7B) is known color: Jacksons Purple. HEX triplet: 40, 3C and 7B. RGB value is (64,60,123). Sum of RGB (Red+Green+Blue) = 64+60+123=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #403C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C7B is #BFC384. Grayscale: #444444. Windows color (decimal): -12567429 or 8076352. OLE color: 8076352.
HSL color Cylindrical-coordinate representation of color #403C7B: hue angle of 243.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403C7B is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 60 | 123 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.52 |
| HSL | 243.81º | 0.34% | 0.36% | - |
| HSV(B) | 243.81º | 0.51% | 0.48% | - |
| XYZ | 7.31 | 5.75 | 19.46 | - |
| YUV | 68.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 123 | 0.48 | 0.51 | 0 | 0.52 | 243.81 | 0.34 | 0.36 |
| Hex | 40 | 3C | 7B | 30 | 33 | 0 | 34 | F4 | 22 | 24 |
| Octal | 100 | 74 | 173 | 60 | 63 | 0 | 64 | 364 | 42 | 44 |
| Binary | 1000000 | 111100 | 1111011 | 110000 | 110011 | 0 | 110100 | 11110100 | 100010 | 100100 |
Color Harmonies of #403C7B
Complementary color
Monochromatic Colors of #403C7B
Black with #403C7B
Text Example
Text Example
White with #403C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C7B; }
p { color: rgb(64,60,123); }
H1.HeaderClassName
{
color: #403C7B;
}
.AnyTagClassName
{
color: #403C7B;
}
</style>
background-color css
<style>
a { background-color: #403C7B; }
a { background-color: rgb(64,60,123); }
div.DivClassName
{
background-color: #403C7B;
}
.BgClassName
{
background-color: #403C7B;
}
</style>
border-color css
<style>
span { border-color: #403C7B; }
span { border-color: rgb(64,60,123); }
td.TdClassName
{
border-color: #403C7B;
}
.TagClassName
{
border-color: #403C7B;
}
</style>