Shades of Jacksons Purple #434A7C
Tints of Jacksons Purple #434A7C
RGB
CMYK
RGB Variations
Color information
#434A7C (or 0x434A7C) is known color: Jacksons Purple. HEX triplet: 43, 4A and 7C. RGB value is (67,74,124). Sum of RGB (Red+Green+Blue) = 67+74+124=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #434A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A7C is #BCB583. Grayscale: #4D4D4D. Windows color (decimal): -12367236 or 8145475. OLE color: 8145475.
HSL color Cylindrical-coordinate representation of color #434A7C: hue angle of 232.63º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434A7C is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 74 | 124 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.51 |
| HSL | 232.63º | 0.3% | 0.37% | - |
| HSV(B) | 232.63º | 0.46% | 0.49% | - |
| XYZ | 8.4 | 7.55 | 20.08 | - |
| YUV | 77.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 124 | 0.46 | 0.40 | 0 | 0.51 | 232.63 | 0.3 | 0.37 |
| Hex | 43 | 4A | 7C | 2E | 28 | 0 | 33 | E9 | 1E | 25 |
| Octal | 103 | 112 | 174 | 56 | 50 | 0 | 63 | 351 | 36 | 45 |
| Binary | 1000011 | 1001010 | 1111100 | 101110 | 101000 | 0 | 110011 | 11101001 | 11110 | 100101 |
Color Harmonies of #434A7C
Complementary color
Monochromatic Colors of #434A7C
Black with #434A7C
Text Example
Text Example
White with #434A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A7C; }
p { color: rgb(67,74,124); }
H1.HeaderClassName
{
color: #434A7C;
}
.AnyTagClassName
{
color: #434A7C;
}
</style>
background-color css
<style>
a { background-color: #434A7C; }
a { background-color: rgb(67,74,124); }
div.DivClassName
{
background-color: #434A7C;
}
.BgClassName
{
background-color: #434A7C;
}
</style>
border-color css
<style>
span { border-color: #434A7C; }
span { border-color: rgb(67,74,124); }
td.TdClassName
{
border-color: #434A7C;
}
.TagClassName
{
border-color: #434A7C;
}
</style>