Shades of Jacksons Purple #413C7D
Tints of Jacksons Purple #413C7D
RGB
CMYK
RGB Variations
Color information
#413C7D (or 0x413C7D) is known color: Jacksons Purple. HEX triplet: 41, 3C and 7D. RGB value is (65,60,125). Sum of RGB (Red+Green+Blue) = 65+60+125=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #413C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C7D is #BEC382. Grayscale: #444444. Windows color (decimal): -12501891 or 8207425. OLE color: 8207425.
HSL color Cylindrical-coordinate representation of color #413C7D: hue angle of 244.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #413C7D is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 60 | 125 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.51 |
| HSL | 244.62º | 0.35% | 0.36% | - |
| HSV(B) | 244.62º | 0.52% | 0.49% | - |
| XYZ | 7.5 | 5.84 | 20.13 | - |
| YUV | 68.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 125 | 0.48 | 0.52 | 0 | 0.51 | 244.62 | 0.35 | 0.36 |
| Hex | 41 | 3C | 7D | 30 | 34 | 0 | 33 | F5 | 23 | 24 |
| Octal | 101 | 74 | 175 | 60 | 64 | 0 | 63 | 365 | 43 | 44 |
| Binary | 1000001 | 111100 | 1111101 | 110000 | 110100 | 0 | 110011 | 11110101 | 100011 | 100100 |
Color Harmonies of #413C7D
Complementary color
Monochromatic Colors of #413C7D
Black with #413C7D
Text Example
Text Example
White with #413C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C7D; }
p { color: rgb(65,60,125); }
H1.HeaderClassName
{
color: #413C7D;
}
.AnyTagClassName
{
color: #413C7D;
}
</style>
background-color css
<style>
a { background-color: #413C7D; }
a { background-color: rgb(65,60,125); }
div.DivClassName
{
background-color: #413C7D;
}
.BgClassName
{
background-color: #413C7D;
}
</style>
border-color css
<style>
span { border-color: #413C7D; }
span { border-color: rgb(65,60,125); }
td.TdClassName
{
border-color: #413C7D;
}
.TagClassName
{
border-color: #413C7D;
}
</style>