Shades of Jacksons Purple #423E7E
Tints of Jacksons Purple #423E7E
RGB
CMYK
RGB Variations
Color information
#423E7E (or 0x423E7E) is known color: Jacksons Purple. HEX triplet: 42, 3E and 7E. RGB value is (66,62,126). Sum of RGB (Red+Green+Blue) = 66+62+126=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #423E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E7E is #BDC181. Grayscale: #464646. Windows color (decimal): -12435842 or 8273474. OLE color: 8273474.
HSL color Cylindrical-coordinate representation of color #423E7E: hue angle of 243.75º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423E7E is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 62 | 126 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.51 |
| HSL | 243.75º | 0.34% | 0.37% | - |
| HSV(B) | 243.75º | 0.51% | 0.49% | - |
| XYZ | 7.74 | 6.11 | 20.51 | - |
| YUV | 70.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 126 | 0.48 | 0.51 | 0 | 0.51 | 243.75 | 0.34 | 0.37 |
| Hex | 42 | 3E | 7E | 30 | 33 | 0 | 33 | F4 | 22 | 25 |
| Octal | 102 | 76 | 176 | 60 | 63 | 0 | 63 | 364 | 42 | 45 |
| Binary | 1000010 | 111110 | 1111110 | 110000 | 110011 | 0 | 110011 | 11110100 | 100010 | 100101 |
Color Harmonies of #423E7E
Complementary color
Monochromatic Colors of #423E7E
Black with #423E7E
Text Example
Text Example
White with #423E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E7E; }
p { color: rgb(66,62,126); }
H1.HeaderClassName
{
color: #423E7E;
}
.AnyTagClassName
{
color: #423E7E;
}
</style>
background-color css
<style>
a { background-color: #423E7E; }
a { background-color: rgb(66,62,126); }
div.DivClassName
{
background-color: #423E7E;
}
.BgClassName
{
background-color: #423E7E;
}
</style>
border-color css
<style>
span { border-color: #423E7E; }
span { border-color: rgb(66,62,126); }
td.TdClassName
{
border-color: #423E7E;
}
.TagClassName
{
border-color: #423E7E;
}
</style>