Shades of Jacksons Purple #42417C
Tints of Jacksons Purple #42417C
RGB
CMYK
RGB Variations
Color information
#42417C (or 0x42417C) is known color: Jacksons Purple. HEX triplet: 42, 41 and 7C. RGB value is (66,65,124). Sum of RGB (Red+Green+Blue) = 66+65+124=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #42417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42417C is #BDBE83. Grayscale: #474747. Windows color (decimal): -12435076 or 8143170. OLE color: 8143170.
HSL color Cylindrical-coordinate representation of color #42417C: hue angle of 241.02º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42417C is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 65 | 124 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.51 |
| HSL | 241.02º | 0.31% | 0.37% | - |
| HSV(B) | 241.02º | 0.48% | 0.49% | - |
| XYZ | 7.78 | 6.39 | 19.89 | - |
| YUV | 72.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 124 | 0.47 | 0.48 | 0 | 0.51 | 241.02 | 0.31 | 0.37 |
| Hex | 42 | 41 | 7C | 2F | 30 | 0 | 33 | F1 | 1F | 25 |
| Octal | 102 | 101 | 174 | 57 | 60 | 0 | 63 | 361 | 37 | 45 |
| Binary | 1000010 | 1000001 | 1111100 | 101111 | 110000 | 0 | 110011 | 11110001 | 11111 | 100101 |
Color Harmonies of #42417C
Complementary color
Monochromatic Colors of #42417C
Black with #42417C
Text Example
Text Example
White with #42417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42417C; }
p { color: rgb(66,65,124); }
H1.HeaderClassName
{
color: #42417C;
}
.AnyTagClassName
{
color: #42417C;
}
</style>
background-color css
<style>
a { background-color: #42417C; }
a { background-color: rgb(66,65,124); }
div.DivClassName
{
background-color: #42417C;
}
.BgClassName
{
background-color: #42417C;
}
</style>
border-color css
<style>
span { border-color: #42417C; }
span { border-color: rgb(66,65,124); }
td.TdClassName
{
border-color: #42417C;
}
.TagClassName
{
border-color: #42417C;
}
</style>