Shades of Jacksons Purple #413878
Tints of Jacksons Purple #413878
RGB
CMYK
RGB Variations
Color information
#413878 (or 0x413878) is known color: Jacksons Purple. HEX triplet: 41, 38 and 78. RGB value is (65,56,120). Sum of RGB (Red+Green+Blue) = 65+56+120=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #413878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413878 is #BEC787. Grayscale: #414141. Windows color (decimal): -12502920 or 7878721. OLE color: 7878721.
HSL color Cylindrical-coordinate representation of color #413878: hue angle of 248.44º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #413878 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 56 | 120 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.53 |
| HSL | 248.44º | 0.36% | 0.35% | - |
| HSV(B) | 248.44º | 0.53% | 0.47% | - |
| XYZ | 6.98 | 5.31 | 18.43 | - |
| YUV | 65.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 120 | 0.46 | 0.53 | 0 | 0.53 | 248.44 | 0.36 | 0.35 |
| Hex | 41 | 38 | 78 | 2E | 35 | 0 | 35 | F8 | 24 | 23 |
| Octal | 101 | 70 | 170 | 56 | 65 | 0 | 65 | 370 | 44 | 43 |
| Binary | 1000001 | 111000 | 1111000 | 101110 | 110101 | 0 | 110101 | 11111000 | 100100 | 100011 |
Color Harmonies of #413878
Complementary color
Monochromatic Colors of #413878
Black with #413878
Text Example
Text Example
White with #413878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413878; }
p { color: rgb(65,56,120); }
H1.HeaderClassName
{
color: #413878;
}
.AnyTagClassName
{
color: #413878;
}
</style>
background-color css
<style>
a { background-color: #413878; }
a { background-color: rgb(65,56,120); }
div.DivClassName
{
background-color: #413878;
}
.BgClassName
{
background-color: #413878;
}
</style>
border-color css
<style>
span { border-color: #413878; }
span { border-color: rgb(65,56,120); }
td.TdClassName
{
border-color: #413878;
}
.TagClassName
{
border-color: #413878;
}
</style>