Shades of Jacksons Purple #46417B
Tints of Jacksons Purple #46417B
RGB
CMYK
RGB Variations
Color information
#46417B (or 0x46417B) is known color: Jacksons Purple. HEX triplet: 46, 41 and 7B. RGB value is (70,65,123). Sum of RGB (Red+Green+Blue) = 70+65+123=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #46417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46417B is #B9BE84. Grayscale: #484848. Windows color (decimal): -12172933 or 8077638. OLE color: 8077638.
HSL color Cylindrical-coordinate representation of color #46417B: hue angle of 245.17º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46417B is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 65 | 123 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.52 |
| HSL | 245.17º | 0.31% | 0.37% | - |
| HSV(B) | 245.17º | 0.47% | 0.48% | - |
| XYZ | 7.99 | 6.51 | 19.57 | - |
| YUV | 73.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 123 | 0.43 | 0.47 | 0 | 0.52 | 245.17 | 0.31 | 0.37 |
| Hex | 46 | 41 | 7B | 2B | 2F | 0 | 34 | F5 | 1F | 25 |
| Octal | 106 | 101 | 173 | 53 | 57 | 0 | 64 | 365 | 37 | 45 |
| Binary | 1000110 | 1000001 | 1111011 | 101011 | 101111 | 0 | 110100 | 11110101 | 11111 | 100101 |
Color Harmonies of #46417B
Complementary color
Monochromatic Colors of #46417B
Black with #46417B
Text Example
Text Example
White with #46417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46417B; }
p { color: rgb(70,65,123); }
H1.HeaderClassName
{
color: #46417B;
}
.AnyTagClassName
{
color: #46417B;
}
</style>
background-color css
<style>
a { background-color: #46417B; }
a { background-color: rgb(70,65,123); }
div.DivClassName
{
background-color: #46417B;
}
.BgClassName
{
background-color: #46417B;
}
</style>
border-color css
<style>
span { border-color: #46417B; }
span { border-color: rgb(70,65,123); }
td.TdClassName
{
border-color: #46417B;
}
.TagClassName
{
border-color: #46417B;
}
</style>