Shades of Jacksons Purple #42417A
Tints of Jacksons Purple #42417A
RGB
CMYK
RGB Variations
Color information
#42417A (or 0x42417A) is known color: Jacksons Purple. HEX triplet: 42, 41 and 7A. RGB value is (66,65,122). Sum of RGB (Red+Green+Blue) = 66+65+122=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #42417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42417A is #BDBE85. Grayscale: #474747. Windows color (decimal): -12435078 or 8012098. OLE color: 8012098.
HSL color Cylindrical-coordinate representation of color #42417A: hue angle of 241.05º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42417A is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 65 | 122 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.52 |
| HSL | 241.05º | 0.3% | 0.37% | - |
| HSV(B) | 241.05º | 0.47% | 0.48% | - |
| XYZ | 7.65 | 6.34 | 19.23 | - |
| YUV | 71.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 122 | 0.46 | 0.47 | 0 | 0.52 | 241.05 | 0.3 | 0.37 |
| Hex | 42 | 41 | 7A | 2E | 2F | 0 | 34 | F1 | 1E | 25 |
| Octal | 102 | 101 | 172 | 56 | 57 | 0 | 64 | 361 | 36 | 45 |
| Binary | 1000010 | 1000001 | 1111010 | 101110 | 101111 | 0 | 110100 | 11110001 | 11110 | 100101 |
Color Harmonies of #42417A
Complementary color
Monochromatic Colors of #42417A
Black with #42417A
Text Example
Text Example
White with #42417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42417A; }
p { color: rgb(66,65,122); }
H1.HeaderClassName
{
color: #42417A;
}
.AnyTagClassName
{
color: #42417A;
}
</style>
background-color css
<style>
a { background-color: #42417A; }
a { background-color: rgb(66,65,122); }
div.DivClassName
{
background-color: #42417A;
}
.BgClassName
{
background-color: #42417A;
}
</style>
border-color css
<style>
span { border-color: #42417A; }
span { border-color: rgb(66,65,122); }
td.TdClassName
{
border-color: #42417A;
}
.TagClassName
{
border-color: #42417A;
}
</style>