Shades of Jacksons Purple #413C7A
Tints of Jacksons Purple #413C7A
RGB
CMYK
RGB Variations
Color information
#413C7A (or 0x413C7A) is known color: Jacksons Purple. HEX triplet: 41, 3C and 7A. RGB value is (65,60,122). Sum of RGB (Red+Green+Blue) = 65+60+122=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #413C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C7A is #BEC385. Grayscale: #444444. Windows color (decimal): -12501894 or 8010817. OLE color: 8010817.
HSL color Cylindrical-coordinate representation of color #413C7A: hue angle of 244.84º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413C7A is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 60 | 122 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.52 |
| HSL | 244.84º | 0.34% | 0.36% | - |
| HSV(B) | 244.84º | 0.51% | 0.48% | - |
| XYZ | 7.31 | 5.76 | 19.14 | - |
| YUV | 68.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 122 | 0.47 | 0.51 | 0 | 0.52 | 244.84 | 0.34 | 0.36 |
| Hex | 41 | 3C | 7A | 2F | 33 | 0 | 34 | F5 | 22 | 24 |
| Octal | 101 | 74 | 172 | 57 | 63 | 0 | 64 | 365 | 42 | 44 |
| Binary | 1000001 | 111100 | 1111010 | 101111 | 110011 | 0 | 110100 | 11110101 | 100010 | 100100 |
Color Harmonies of #413C7A
Complementary color
Monochromatic Colors of #413C7A
Black with #413C7A
Text Example
Text Example
White with #413C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C7A; }
p { color: rgb(65,60,122); }
H1.HeaderClassName
{
color: #413C7A;
}
.AnyTagClassName
{
color: #413C7A;
}
</style>
background-color css
<style>
a { background-color: #413C7A; }
a { background-color: rgb(65,60,122); }
div.DivClassName
{
background-color: #413C7A;
}
.BgClassName
{
background-color: #413C7A;
}
</style>
border-color css
<style>
span { border-color: #413C7A; }
span { border-color: rgb(65,60,122); }
td.TdClassName
{
border-color: #413C7A;
}
.TagClassName
{
border-color: #413C7A;
}
</style>