Shades of Jacksons Purple #424B7F
Tints of Jacksons Purple #424B7F
RGB
CMYK
RGB Variations
Color information
#424B7F (or 0x424B7F) is known color: Jacksons Purple. HEX triplet: 42, 4B and 7F. RGB value is (66,75,127). Sum of RGB (Red+Green+Blue) = 66+75+127=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #424B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B7F is #BDB480. Grayscale: #4E4E4E. Windows color (decimal): -12432513 or 8342338. OLE color: 8342338.
HSL color Cylindrical-coordinate representation of color #424B7F: hue angle of 231.15º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #424B7F is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 75 | 127 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.50 |
| HSL | 231.15º | 0.32% | 0.38% | - |
| HSV(B) | 231.15º | 0.48% | 0.5% | - |
| XYZ | 8.59 | 7.72 | 21.12 | - |
| YUV | 78.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 127 | 0.48 | 0.41 | 0 | 0.50 | 231.15 | 0.32 | 0.38 |
| Hex | 42 | 4B | 7F | 30 | 29 | 0 | 32 | E7 | 20 | 26 |
| Octal | 102 | 113 | 177 | 60 | 51 | 0 | 62 | 347 | 40 | 46 |
| Binary | 1000010 | 1001011 | 1111111 | 110000 | 101001 | 0 | 110010 | 11100111 | 100000 | 100110 |
Color Harmonies of #424B7F
Complementary color
Monochromatic Colors of #424B7F
Black with #424B7F
Text Example
Text Example
White with #424B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B7F; }
p { color: rgb(66,75,127); }
H1.HeaderClassName
{
color: #424B7F;
}
.AnyTagClassName
{
color: #424B7F;
}
</style>
background-color css
<style>
a { background-color: #424B7F; }
a { background-color: rgb(66,75,127); }
div.DivClassName
{
background-color: #424B7F;
}
.BgClassName
{
background-color: #424B7F;
}
</style>
border-color css
<style>
span { border-color: #424B7F; }
span { border-color: rgb(66,75,127); }
td.TdClassName
{
border-color: #424B7F;
}
.TagClassName
{
border-color: #424B7F;
}
</style>