Shades of Jacksons Purple #393F7F
Tints of Jacksons Purple #393F7F
RGB
CMYK
RGB Variations
Color information
#393F7F (or 0x393F7F) is known color: Jacksons Purple. HEX triplet: 39, 3F and 7F. RGB value is (57,63,127). Sum of RGB (Red+Green+Blue) = 57+63+127=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #393F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F7F is #C6C080. Grayscale: #444444. Windows color (decimal): -13025409 or 8339257. OLE color: 8339257.
HSL color Cylindrical-coordinate representation of color #393F7F: hue angle of 234.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #393F7F is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 63 | 127 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.50 |
| HSL | 234.86º | 0.38% | 0.36% | - |
| HSV(B) | 234.86º | 0.55% | 0.5% | - |
| XYZ | 7.3 | 5.96 | 20.84 | - |
| YUV | 68.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 127 | 0.55 | 0.50 | 0 | 0.50 | 234.86 | 0.38 | 0.36 |
| Hex | 39 | 3F | 7F | 37 | 32 | 0 | 32 | EB | 26 | 24 |
| Octal | 71 | 77 | 177 | 67 | 62 | 0 | 62 | 353 | 46 | 44 |
| Binary | 111001 | 111111 | 1111111 | 110111 | 110010 | 0 | 110010 | 11101011 | 100110 | 100100 |
Color Harmonies of #393F7F
Complementary color
Monochromatic Colors of #393F7F
Black with #393F7F
Text Example
Text Example
White with #393F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F7F; }
p { color: rgb(57,63,127); }
H1.HeaderClassName
{
color: #393F7F;
}
.AnyTagClassName
{
color: #393F7F;
}
</style>
background-color css
<style>
a { background-color: #393F7F; }
a { background-color: rgb(57,63,127); }
div.DivClassName
{
background-color: #393F7F;
}
.BgClassName
{
background-color: #393F7F;
}
</style>
border-color css
<style>
span { border-color: #393F7F; }
span { border-color: rgb(57,63,127); }
td.TdClassName
{
border-color: #393F7F;
}
.TagClassName
{
border-color: #393F7F;
}
</style>