Shades of Jacksons Purple #42467A
Tints of Jacksons Purple #42467A
RGB
CMYK
RGB Variations
Color information
#42467A (or 0x42467A) is known color: Jacksons Purple. HEX triplet: 42, 46 and 7A. RGB value is (66,70,122). Sum of RGB (Red+Green+Blue) = 66+70+122=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #42467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42467A is #BDB985. Grayscale: #4A4A4A. Windows color (decimal): -12433798 or 8013378. OLE color: 8013378.
HSL color Cylindrical-coordinate representation of color #42467A: hue angle of 235.71º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42467A is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 70 | 122 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.52 |
| HSL | 235.71º | 0.3% | 0.37% | - |
| HSV(B) | 235.71º | 0.46% | 0.48% | - |
| XYZ | 7.95 | 6.94 | 19.33 | - |
| YUV | 74.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 122 | 0.46 | 0.43 | 0 | 0.52 | 235.71 | 0.3 | 0.37 |
| Hex | 42 | 46 | 7A | 2E | 2B | 0 | 34 | EC | 1E | 25 |
| Octal | 102 | 106 | 172 | 56 | 53 | 0 | 64 | 354 | 36 | 45 |
| Binary | 1000010 | 1000110 | 1111010 | 101110 | 101011 | 0 | 110100 | 11101100 | 11110 | 100101 |
Color Harmonies of #42467A
Complementary color
Monochromatic Colors of #42467A
Black with #42467A
Text Example
Text Example
White with #42467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42467A; }
p { color: rgb(66,70,122); }
H1.HeaderClassName
{
color: #42467A;
}
.AnyTagClassName
{
color: #42467A;
}
</style>
background-color css
<style>
a { background-color: #42467A; }
a { background-color: rgb(66,70,122); }
div.DivClassName
{
background-color: #42467A;
}
.BgClassName
{
background-color: #42467A;
}
</style>
border-color css
<style>
span { border-color: #42467A; }
span { border-color: rgb(66,70,122); }
td.TdClassName
{
border-color: #42467A;
}
.TagClassName
{
border-color: #42467A;
}
</style>