Shades of Jacksons Purple #423B78
Tints of Jacksons Purple #423B78
RGB
CMYK
RGB Variations
Color information
#423B78 (or 0x423B78) is known color: Jacksons Purple. HEX triplet: 42, 3B and 78. RGB value is (66,59,120). Sum of RGB (Red+Green+Blue) = 66+59+120=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #423B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B78 is #BDC487. Grayscale: #434343. Windows color (decimal): -12436616 or 7879490. OLE color: 7879490.
HSL color Cylindrical-coordinate representation of color #423B78: hue angle of 246.89º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423B78 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 59 | 120 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.53 |
| HSL | 246.89º | 0.34% | 0.35% | - |
| HSV(B) | 246.89º | 0.51% | 0.47% | - |
| XYZ | 7.2 | 5.64 | 18.48 | - |
| YUV | 68.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 120 | 0.45 | 0.51 | 0 | 0.53 | 246.89 | 0.34 | 0.35 |
| Hex | 42 | 3B | 78 | 2D | 33 | 0 | 35 | F7 | 22 | 23 |
| Octal | 102 | 73 | 170 | 55 | 63 | 0 | 65 | 367 | 42 | 43 |
| Binary | 1000010 | 111011 | 1111000 | 101101 | 110011 | 0 | 110101 | 11110111 | 100010 | 100011 |
Color Harmonies of #423B78
Complementary color
Monochromatic Colors of #423B78
Black with #423B78
Text Example
Text Example
White with #423B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B78; }
p { color: rgb(66,59,120); }
H1.HeaderClassName
{
color: #423B78;
}
.AnyTagClassName
{
color: #423B78;
}
</style>
background-color css
<style>
a { background-color: #423B78; }
a { background-color: rgb(66,59,120); }
div.DivClassName
{
background-color: #423B78;
}
.BgClassName
{
background-color: #423B78;
}
</style>
border-color css
<style>
span { border-color: #423B78; }
span { border-color: rgb(66,59,120); }
td.TdClassName
{
border-color: #423B78;
}
.TagClassName
{
border-color: #423B78;
}
</style>