Shades of Jacksons Purple #42437C
Tints of Jacksons Purple #42437C
RGB
CMYK
RGB Variations
Color information
#42437C (or 0x42437C) is known color: Jacksons Purple. HEX triplet: 42, 43 and 7C. RGB value is (66,67,124). Sum of RGB (Red+Green+Blue) = 66+67+124=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #42437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42437C is #BDBC83. Grayscale: #484848. Windows color (decimal): -12434564 or 8143682. OLE color: 8143682.
HSL color Cylindrical-coordinate representation of color #42437C: hue angle of 238.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42437C is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 67 | 124 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.51 |
| HSL | 238.97º | 0.31% | 0.37% | - |
| HSV(B) | 238.97º | 0.47% | 0.49% | - |
| XYZ | 7.89 | 6.63 | 19.93 | - |
| YUV | 73.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 124 | 0.47 | 0.46 | 0 | 0.51 | 238.97 | 0.31 | 0.37 |
| Hex | 42 | 43 | 7C | 2F | 2E | 0 | 33 | EF | 1F | 25 |
| Octal | 102 | 103 | 174 | 57 | 56 | 0 | 63 | 357 | 37 | 45 |
| Binary | 1000010 | 1000011 | 1111100 | 101111 | 101110 | 0 | 110011 | 11101111 | 11111 | 100101 |
Color Harmonies of #42437C
Complementary color
Monochromatic Colors of #42437C
Black with #42437C
Text Example
Text Example
White with #42437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42437C; }
p { color: rgb(66,67,124); }
H1.HeaderClassName
{
color: #42437C;
}
.AnyTagClassName
{
color: #42437C;
}
</style>
background-color css
<style>
a { background-color: #42437C; }
a { background-color: rgb(66,67,124); }
div.DivClassName
{
background-color: #42437C;
}
.BgClassName
{
background-color: #42437C;
}
</style>
border-color css
<style>
span { border-color: #42437C; }
span { border-color: rgb(66,67,124); }
td.TdClassName
{
border-color: #42437C;
}
.TagClassName
{
border-color: #42437C;
}
</style>