Shades of Jacksons Purple #414078
Tints of Jacksons Purple #414078
RGB
CMYK
RGB Variations
Color information
#414078 (or 0x414078) is known color: Jacksons Purple. HEX triplet: 41, 40 and 78. RGB value is (65,64,120). Sum of RGB (Red+Green+Blue) = 65+64+120=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #414078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414078 is #BEBF87. Grayscale: #464646. Windows color (decimal): -12500872 or 7880769. OLE color: 7880769.
HSL color Cylindrical-coordinate representation of color #414078: hue angle of 241.07º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #414078 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 64 | 120 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.53 |
| HSL | 241.07º | 0.3% | 0.36% | - |
| HSV(B) | 241.07º | 0.47% | 0.47% | - |
| XYZ | 7.4 | 6.15 | 18.57 | - |
| YUV | 70.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 120 | 0.46 | 0.47 | 0 | 0.53 | 241.07 | 0.3 | 0.36 |
| Hex | 41 | 40 | 78 | 2E | 2F | 0 | 35 | F1 | 1E | 24 |
| Octal | 101 | 100 | 170 | 56 | 57 | 0 | 65 | 361 | 36 | 44 |
| Binary | 1000001 | 1000000 | 1111000 | 101110 | 101111 | 0 | 110101 | 11110001 | 11110 | 100100 |
Color Harmonies of #414078
Complementary color
Monochromatic Colors of #414078
Black with #414078
Text Example
Text Example
White with #414078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414078; }
p { color: rgb(65,64,120); }
H1.HeaderClassName
{
color: #414078;
}
.AnyTagClassName
{
color: #414078;
}
</style>
background-color css
<style>
a { background-color: #414078; }
a { background-color: rgb(65,64,120); }
div.DivClassName
{
background-color: #414078;
}
.BgClassName
{
background-color: #414078;
}
</style>
border-color css
<style>
span { border-color: #414078; }
span { border-color: rgb(65,64,120); }
td.TdClassName
{
border-color: #414078;
}
.TagClassName
{
border-color: #414078;
}
</style>