Shades of Jacksons Purple #423A7D
Tints of Jacksons Purple #423A7D
RGB
CMYK
RGB Variations
Color information
#423A7D (or 0x423A7D) is known color: Jacksons Purple. HEX triplet: 42, 3A and 7D. RGB value is (66,58,125). Sum of RGB (Red+Green+Blue) = 66+58+125=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #423A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A7D is #BDC582. Grayscale: #434343. Windows color (decimal): -12436867 or 8206914. OLE color: 8206914.
HSL color Cylindrical-coordinate representation of color #423A7D: hue angle of 247.16º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #423A7D is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 58 | 125 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.51 |
| HSL | 247.16º | 0.37% | 0.36% | - |
| HSV(B) | 247.16º | 0.54% | 0.49% | - |
| XYZ | 7.46 | 5.67 | 20.1 | - |
| YUV | 68.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 125 | 0.47 | 0.54 | 0 | 0.51 | 247.16 | 0.37 | 0.36 |
| Hex | 42 | 3A | 7D | 2F | 36 | 0 | 33 | F7 | 25 | 24 |
| Octal | 102 | 72 | 175 | 57 | 66 | 0 | 63 | 367 | 45 | 44 |
| Binary | 1000010 | 111010 | 1111101 | 101111 | 110110 | 0 | 110011 | 11110111 | 100101 | 100100 |
Color Harmonies of #423A7D
Complementary color
Monochromatic Colors of #423A7D
Black with #423A7D
Text Example
Text Example
White with #423A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A7D; }
p { color: rgb(66,58,125); }
H1.HeaderClassName
{
color: #423A7D;
}
.AnyTagClassName
{
color: #423A7D;
}
</style>
background-color css
<style>
a { background-color: #423A7D; }
a { background-color: rgb(66,58,125); }
div.DivClassName
{
background-color: #423A7D;
}
.BgClassName
{
background-color: #423A7D;
}
</style>
border-color css
<style>
span { border-color: #423A7D; }
span { border-color: rgb(66,58,125); }
td.TdClassName
{
border-color: #423A7D;
}
.TagClassName
{
border-color: #423A7D;
}
</style>