Shades of Jacksons Purple #423D7A
Tints of Jacksons Purple #423D7A
RGB
CMYK
RGB Variations
Color information
#423D7A (or 0x423D7A) is known color: Jacksons Purple. HEX triplet: 42, 3D and 7A. RGB value is (66,61,122). Sum of RGB (Red+Green+Blue) = 66+61+122=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #423D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D7A is #BDC285. Grayscale: #454545. Windows color (decimal): -12436102 or 8011074. OLE color: 8011074.
HSL color Cylindrical-coordinate representation of color #423D7A: hue angle of 244.92º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423D7A is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 61 | 122 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.52 |
| HSL | 244.92º | 0.33% | 0.36% | - |
| HSV(B) | 244.92º | 0.5% | 0.48% | - |
| XYZ | 7.43 | 5.9 | 19.16 | - |
| YUV | 69.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 122 | 0.46 | 0.50 | 0 | 0.52 | 244.92 | 0.33 | 0.36 |
| Hex | 42 | 3D | 7A | 2E | 32 | 0 | 34 | F5 | 21 | 24 |
| Octal | 102 | 75 | 172 | 56 | 62 | 0 | 64 | 365 | 41 | 44 |
| Binary | 1000010 | 111101 | 1111010 | 101110 | 110010 | 0 | 110100 | 11110101 | 100001 | 100100 |
Color Harmonies of #423D7A
Complementary color
Monochromatic Colors of #423D7A
Black with #423D7A
Text Example
Text Example
White with #423D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D7A; }
p { color: rgb(66,61,122); }
H1.HeaderClassName
{
color: #423D7A;
}
.AnyTagClassName
{
color: #423D7A;
}
</style>
background-color css
<style>
a { background-color: #423D7A; }
a { background-color: rgb(66,61,122); }
div.DivClassName
{
background-color: #423D7A;
}
.BgClassName
{
background-color: #423D7A;
}
</style>
border-color css
<style>
span { border-color: #423D7A; }
span { border-color: rgb(66,61,122); }
td.TdClassName
{
border-color: #423D7A;
}
.TagClassName
{
border-color: #423D7A;
}
</style>