Shades of Jacksons Purple #403C7C
Tints of Jacksons Purple #403C7C
RGB
CMYK
RGB Variations
Color information
#403C7C (or 0x403C7C) is known color: Jacksons Purple. HEX triplet: 40, 3C and 7C. RGB value is (64,60,124). Sum of RGB (Red+Green+Blue) = 64+60+124=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #403C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C7C is #BFC383. Grayscale: #444444. Windows color (decimal): -12567428 or 8141888. OLE color: 8141888.
HSL color Cylindrical-coordinate representation of color #403C7C: hue angle of 243.75º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #403C7C is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 60 | 124 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.51 |
| HSL | 243.75º | 0.35% | 0.36% | - |
| HSV(B) | 243.75º | 0.52% | 0.49% | - |
| XYZ | 7.37 | 5.78 | 19.8 | - |
| YUV | 68.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 124 | 0.48 | 0.52 | 0 | 0.51 | 243.75 | 0.35 | 0.36 |
| Hex | 40 | 3C | 7C | 30 | 34 | 0 | 33 | F4 | 23 | 24 |
| Octal | 100 | 74 | 174 | 60 | 64 | 0 | 63 | 364 | 43 | 44 |
| Binary | 1000000 | 111100 | 1111100 | 110000 | 110100 | 0 | 110011 | 11110100 | 100011 | 100100 |
Color Harmonies of #403C7C
Complementary color
Monochromatic Colors of #403C7C
Black with #403C7C
Text Example
Text Example
White with #403C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C7C; }
p { color: rgb(64,60,124); }
H1.HeaderClassName
{
color: #403C7C;
}
.AnyTagClassName
{
color: #403C7C;
}
</style>
background-color css
<style>
a { background-color: #403C7C; }
a { background-color: rgb(64,60,124); }
div.DivClassName
{
background-color: #403C7C;
}
.BgClassName
{
background-color: #403C7C;
}
</style>
border-color css
<style>
span { border-color: #403C7C; }
span { border-color: rgb(64,60,124); }
td.TdClassName
{
border-color: #403C7C;
}
.TagClassName
{
border-color: #403C7C;
}
</style>