Shades of Jacksons Purple #413E7C
Tints of Jacksons Purple #413E7C
RGB
CMYK
RGB Variations
Color information
#413E7C (or 0x413E7C) is known color: Jacksons Purple. HEX triplet: 41, 3E and 7C. RGB value is (65,62,124). Sum of RGB (Red+Green+Blue) = 65+62+124=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #413E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E7C is #BEC183. Grayscale: #454545. Windows color (decimal): -12501380 or 8142401. OLE color: 8142401.
HSL color Cylindrical-coordinate representation of color #413E7C: hue angle of 242.9º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413E7C is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 62 | 124 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.51 |
| HSL | 242.9º | 0.33% | 0.36% | - |
| HSV(B) | 242.9º | 0.5% | 0.49% | - |
| XYZ | 7.54 | 6.02 | 19.83 | - |
| YUV | 69.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 124 | 0.48 | 0.5 | 0 | 0.51 | 242.9 | 0.33 | 0.36 |
| Hex | 41 | 3E | 7C | 30 | 32 | 0 | 33 | F3 | 21 | 24 |
| Octal | 101 | 76 | 174 | 60 | 62 | 0 | 63 | 363 | 41 | 44 |
| Binary | 1000001 | 111110 | 1111100 | 110000 | 110010 | 0 | 110011 | 11110011 | 100001 | 100100 |
Color Harmonies of #413E7C
Complementary color
Monochromatic Colors of #413E7C
Black with #413E7C
Text Example
Text Example
White with #413E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E7C; }
p { color: rgb(65,62,124); }
H1.HeaderClassName
{
color: #413E7C;
}
.AnyTagClassName
{
color: #413E7C;
}
</style>
background-color css
<style>
a { background-color: #413E7C; }
a { background-color: rgb(65,62,124); }
div.DivClassName
{
background-color: #413E7C;
}
.BgClassName
{
background-color: #413E7C;
}
</style>
border-color css
<style>
span { border-color: #413E7C; }
span { border-color: rgb(65,62,124); }
td.TdClassName
{
border-color: #413E7C;
}
.TagClassName
{
border-color: #413E7C;
}
</style>