Shades of Jacksons Purple #454A7F
Tints of Jacksons Purple #454A7F
RGB
CMYK
RGB Variations
Color information
#454A7F (or 0x454A7F) is known color: Jacksons Purple. HEX triplet: 45, 4A and 7F. RGB value is (69,74,127). Sum of RGB (Red+Green+Blue) = 69+74+127=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #454A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A7F is #BAB580. Grayscale: #4E4E4E. Windows color (decimal): -12236161 or 8342085. OLE color: 8342085.
HSL color Cylindrical-coordinate representation of color #454A7F: hue angle of 234.83º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #454A7F is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 74 | 127 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.50 |
| HSL | 234.83º | 0.3% | 0.38% | - |
| HSV(B) | 234.83º | 0.46% | 0.5% | - |
| XYZ | 8.73 | 7.7 | 21.1 | - |
| YUV | 78.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 127 | 0.46 | 0.42 | 0 | 0.50 | 234.83 | 0.3 | 0.38 |
| Hex | 45 | 4A | 7F | 2E | 2A | 0 | 32 | EB | 1E | 26 |
| Octal | 105 | 112 | 177 | 56 | 52 | 0 | 62 | 353 | 36 | 46 |
| Binary | 1000101 | 1001010 | 1111111 | 101110 | 101010 | 0 | 110010 | 11101011 | 11110 | 100110 |
Color Harmonies of #454A7F
Complementary color
Monochromatic Colors of #454A7F
Black with #454A7F
Text Example
Text Example
White with #454A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A7F; }
p { color: rgb(69,74,127); }
H1.HeaderClassName
{
color: #454A7F;
}
.AnyTagClassName
{
color: #454A7F;
}
</style>
background-color css
<style>
a { background-color: #454A7F; }
a { background-color: rgb(69,74,127); }
div.DivClassName
{
background-color: #454A7F;
}
.BgClassName
{
background-color: #454A7F;
}
</style>
border-color css
<style>
span { border-color: #454A7F; }
span { border-color: rgb(69,74,127); }
td.TdClassName
{
border-color: #454A7F;
}
.TagClassName
{
border-color: #454A7F;
}
</style>