Shades of Jacksons Purple #413D7C
Tints of Jacksons Purple #413D7C
RGB
CMYK
RGB Variations
Color information
#413D7C (or 0x413D7C) is known color: Jacksons Purple. HEX triplet: 41, 3D and 7C. RGB value is (65,61,124). Sum of RGB (Red+Green+Blue) = 65+61+124=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #413D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D7C is #BEC283. Grayscale: #454545. Windows color (decimal): -12501636 or 8142145. OLE color: 8142145.
HSL color Cylindrical-coordinate representation of color #413D7C: hue angle of 243.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413D7C is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 61 | 124 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.51 |
| HSL | 243.81º | 0.34% | 0.36% | - |
| HSV(B) | 243.81º | 0.51% | 0.49% | - |
| XYZ | 7.49 | 5.92 | 19.82 | - |
| YUV | 69.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 124 | 0.48 | 0.51 | 0 | 0.51 | 243.81 | 0.34 | 0.36 |
| Hex | 41 | 3D | 7C | 30 | 33 | 0 | 33 | F4 | 22 | 24 |
| Octal | 101 | 75 | 174 | 60 | 63 | 0 | 63 | 364 | 42 | 44 |
| Binary | 1000001 | 111101 | 1111100 | 110000 | 110011 | 0 | 110011 | 11110100 | 100010 | 100100 |
Color Harmonies of #413D7C
Complementary color
Monochromatic Colors of #413D7C
Black with #413D7C
Text Example
Text Example
White with #413D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D7C; }
p { color: rgb(65,61,124); }
H1.HeaderClassName
{
color: #413D7C;
}
.AnyTagClassName
{
color: #413D7C;
}
</style>
background-color css
<style>
a { background-color: #413D7C; }
a { background-color: rgb(65,61,124); }
div.DivClassName
{
background-color: #413D7C;
}
.BgClassName
{
background-color: #413D7C;
}
</style>
border-color css
<style>
span { border-color: #413D7C; }
span { border-color: rgb(65,61,124); }
td.TdClassName
{
border-color: #413D7C;
}
.TagClassName
{
border-color: #413D7C;
}
</style>