Shades of Jacksons Purple #42447F
Tints of Jacksons Purple #42447F
RGB
CMYK
RGB Variations
Color information
#42447F (or 0x42447F) is known color: Jacksons Purple. HEX triplet: 42, 44 and 7F. RGB value is (66,68,127). Sum of RGB (Red+Green+Blue) = 66+68+127=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #42447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42447F is #BDBB80. Grayscale: #494949. Windows color (decimal): -12434305 or 8340546. OLE color: 8340546.
HSL color Cylindrical-coordinate representation of color #42447F: hue angle of 238.03º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42447F is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 68 | 127 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.50 |
| HSL | 238.03º | 0.32% | 0.38% | - |
| HSV(B) | 238.03º | 0.48% | 0.5% | - |
| XYZ | 8.14 | 6.82 | 20.97 | - |
| YUV | 74.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 127 | 0.48 | 0.46 | 0 | 0.50 | 238.03 | 0.32 | 0.38 |
| Hex | 42 | 44 | 7F | 30 | 2E | 0 | 32 | EE | 20 | 26 |
| Octal | 102 | 104 | 177 | 60 | 56 | 0 | 62 | 356 | 40 | 46 |
| Binary | 1000010 | 1000100 | 1111111 | 110000 | 101110 | 0 | 110010 | 11101110 | 100000 | 100110 |
Color Harmonies of #42447F
Complementary color
Monochromatic Colors of #42447F
Black with #42447F
Text Example
Text Example
White with #42447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42447F; }
p { color: rgb(66,68,127); }
H1.HeaderClassName
{
color: #42447F;
}
.AnyTagClassName
{
color: #42447F;
}
</style>
background-color css
<style>
a { background-color: #42447F; }
a { background-color: rgb(66,68,127); }
div.DivClassName
{
background-color: #42447F;
}
.BgClassName
{
background-color: #42447F;
}
</style>
border-color css
<style>
span { border-color: #42447F; }
span { border-color: rgb(66,68,127); }
td.TdClassName
{
border-color: #42447F;
}
.TagClassName
{
border-color: #42447F;
}
</style>