Shades of Jacksons Purple #463F7B
Tints of Jacksons Purple #463F7B
RGB
CMYK
RGB Variations
Color information
#463F7B (or 0x463F7B) is known color: Jacksons Purple. HEX triplet: 46, 3F and 7B. RGB value is (70,63,123). Sum of RGB (Red+Green+Blue) = 70+63+123=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #463F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F7B is #B9C084. Grayscale: #474747. Windows color (decimal): -12173445 or 8077126. OLE color: 8077126.
HSL color Cylindrical-coordinate representation of color #463F7B: hue angle of 247º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463F7B is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 63 | 123 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.52 |
| HSL | 247º | 0.32% | 0.36% | - |
| HSV(B) | 247º | 0.49% | 0.48% | - |
| XYZ | 7.88 | 6.29 | 19.54 | - |
| YUV | 71.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 123 | 0.43 | 0.49 | 0 | 0.52 | 247 | 0.32 | 0.36 |
| Hex | 46 | 3F | 7B | 2B | 31 | 0 | 34 | F7 | 20 | 24 |
| Octal | 106 | 77 | 173 | 53 | 61 | 0 | 64 | 367 | 40 | 44 |
| Binary | 1000110 | 111111 | 1111011 | 101011 | 110001 | 0 | 110100 | 11110111 | 100000 | 100100 |
Color Harmonies of #463F7B
Complementary color
Monochromatic Colors of #463F7B
Black with #463F7B
Text Example
Text Example
White with #463F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F7B; }
p { color: rgb(70,63,123); }
H1.HeaderClassName
{
color: #463F7B;
}
.AnyTagClassName
{
color: #463F7B;
}
</style>
background-color css
<style>
a { background-color: #463F7B; }
a { background-color: rgb(70,63,123); }
div.DivClassName
{
background-color: #463F7B;
}
.BgClassName
{
background-color: #463F7B;
}
</style>
border-color css
<style>
span { border-color: #463F7B; }
span { border-color: rgb(70,63,123); }
td.TdClassName
{
border-color: #463F7B;
}
.TagClassName
{
border-color: #463F7B;
}
</style>