Shades of Jacksons Purple #423878
Tints of Jacksons Purple #423878
RGB
CMYK
RGB Variations
Color information
#423878 (or 0x423878) is known color: Jacksons Purple. HEX triplet: 42, 38 and 78. RGB value is (66,56,120). Sum of RGB (Red+Green+Blue) = 66+56+120=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #423878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423878 is #BDC787. Grayscale: #424242. Windows color (decimal): -12437384 or 7878722. OLE color: 7878722.
HSL color Cylindrical-coordinate representation of color #423878: hue angle of 249.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423878 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 56 | 120 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.53 |
| HSL | 249.38º | 0.36% | 0.35% | - |
| HSV(B) | 249.38º | 0.53% | 0.47% | - |
| XYZ | 7.05 | 5.34 | 18.43 | - |
| YUV | 66.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 120 | 0.45 | 0.53 | 0 | 0.53 | 249.38 | 0.36 | 0.35 |
| Hex | 42 | 38 | 78 | 2D | 35 | 0 | 35 | F9 | 24 | 23 |
| Octal | 102 | 70 | 170 | 55 | 65 | 0 | 65 | 371 | 44 | 43 |
| Binary | 1000010 | 111000 | 1111000 | 101101 | 110101 | 0 | 110101 | 11111001 | 100100 | 100011 |
Color Harmonies of #423878
Complementary color
Monochromatic Colors of #423878
Black with #423878
Text Example
Text Example
White with #423878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423878; }
p { color: rgb(66,56,120); }
H1.HeaderClassName
{
color: #423878;
}
.AnyTagClassName
{
color: #423878;
}
</style>
background-color css
<style>
a { background-color: #423878; }
a { background-color: rgb(66,56,120); }
div.DivClassName
{
background-color: #423878;
}
.BgClassName
{
background-color: #423878;
}
</style>
border-color css
<style>
span { border-color: #423878; }
span { border-color: rgb(66,56,120); }
td.TdClassName
{
border-color: #423878;
}
.TagClassName
{
border-color: #423878;
}
</style>