Shades of Jacksons Purple #423F7E
Tints of Jacksons Purple #423F7E
RGB
CMYK
RGB Variations
Color information
#423F7E (or 0x423F7E) is known color: Jacksons Purple. HEX triplet: 42, 3F and 7E. RGB value is (66,63,126). Sum of RGB (Red+Green+Blue) = 66+63+126=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #423F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F7E is #BDC081. Grayscale: #464646. Windows color (decimal): -12435586 or 8273730. OLE color: 8273730.
HSL color Cylindrical-coordinate representation of color #423F7E: hue angle of 242.86º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423F7E is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 63 | 126 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.51 |
| HSL | 242.86º | 0.33% | 0.37% | - |
| HSV(B) | 242.86º | 0.5% | 0.49% | - |
| XYZ | 7.79 | 6.22 | 20.53 | - |
| YUV | 71.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 126 | 0.48 | 0.50 | 0 | 0.51 | 242.86 | 0.33 | 0.37 |
| Hex | 42 | 3F | 7E | 30 | 32 | 0 | 33 | F3 | 21 | 25 |
| Octal | 102 | 77 | 176 | 60 | 62 | 0 | 63 | 363 | 41 | 45 |
| Binary | 1000010 | 111111 | 1111110 | 110000 | 110010 | 0 | 110011 | 11110011 | 100001 | 100101 |
Color Harmonies of #423F7E
Complementary color
Monochromatic Colors of #423F7E
Black with #423F7E
Text Example
Text Example
White with #423F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F7E; }
p { color: rgb(66,63,126); }
H1.HeaderClassName
{
color: #423F7E;
}
.AnyTagClassName
{
color: #423F7E;
}
</style>
background-color css
<style>
a { background-color: #423F7E; }
a { background-color: rgb(66,63,126); }
div.DivClassName
{
background-color: #423F7E;
}
.BgClassName
{
background-color: #423F7E;
}
</style>
border-color css
<style>
span { border-color: #423F7E; }
span { border-color: rgb(66,63,126); }
td.TdClassName
{
border-color: #423F7E;
}
.TagClassName
{
border-color: #423F7E;
}
</style>