Shades of Jacksons Purple #423D78
Tints of Jacksons Purple #423D78
RGB
CMYK
RGB Variations
Color information
#423D78 (or 0x423D78) is known color: Jacksons Purple. HEX triplet: 42, 3D and 78. RGB value is (66,61,120). Sum of RGB (Red+Green+Blue) = 66+61+120=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #423D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D78 is #BDC287. Grayscale: #444444. Windows color (decimal): -12436104 or 7880002. OLE color: 7880002.
HSL color Cylindrical-coordinate representation of color #423D78: hue angle of 245.08º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #423D78 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 61 | 120 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.53 |
| HSL | 245.08º | 0.33% | 0.35% | - |
| HSV(B) | 245.08º | 0.49% | 0.47% | - |
| XYZ | 7.31 | 5.85 | 18.51 | - |
| YUV | 69.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 120 | 0.45 | 0.49 | 0 | 0.53 | 245.08 | 0.33 | 0.35 |
| Hex | 42 | 3D | 78 | 2D | 31 | 0 | 35 | F5 | 21 | 23 |
| Octal | 102 | 75 | 170 | 55 | 61 | 0 | 65 | 365 | 41 | 43 |
| Binary | 1000010 | 111101 | 1111000 | 101101 | 110001 | 0 | 110101 | 11110101 | 100001 | 100011 |
Color Harmonies of #423D78
Complementary color
Monochromatic Colors of #423D78
Black with #423D78
Text Example
Text Example
White with #423D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D78; }
p { color: rgb(66,61,120); }
H1.HeaderClassName
{
color: #423D78;
}
.AnyTagClassName
{
color: #423D78;
}
</style>
background-color css
<style>
a { background-color: #423D78; }
a { background-color: rgb(66,61,120); }
div.DivClassName
{
background-color: #423D78;
}
.BgClassName
{
background-color: #423D78;
}
</style>
border-color css
<style>
span { border-color: #423D78; }
span { border-color: rgb(66,61,120); }
td.TdClassName
{
border-color: #423D78;
}
.TagClassName
{
border-color: #423D78;
}
</style>