Shades of Jacksons Purple #453E7B
Tints of Jacksons Purple #453E7B
RGB
CMYK
RGB Variations
Color information
#453E7B (or 0x453E7B) is known color: Jacksons Purple. HEX triplet: 45, 3E and 7B. RGB value is (69,62,123). Sum of RGB (Red+Green+Blue) = 69+62+123=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #453E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E7B is #BAC184. Grayscale: #464646. Windows color (decimal): -12239237 or 8076869. OLE color: 8076869.
HSL color Cylindrical-coordinate representation of color #453E7B: hue angle of 246.89º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #453E7B is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 62 | 123 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.52 |
| HSL | 246.89º | 0.33% | 0.36% | - |
| HSV(B) | 246.89º | 0.5% | 0.48% | - |
| XYZ | 7.75 | 6.14 | 19.52 | - |
| YUV | 71.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 123 | 0.44 | 0.50 | 0 | 0.52 | 246.89 | 0.33 | 0.36 |
| Hex | 45 | 3E | 7B | 2C | 32 | 0 | 34 | F7 | 21 | 24 |
| Octal | 105 | 76 | 173 | 54 | 62 | 0 | 64 | 367 | 41 | 44 |
| Binary | 1000101 | 111110 | 1111011 | 101100 | 110010 | 0 | 110100 | 11110111 | 100001 | 100100 |
Color Harmonies of #453E7B
Complementary color
Monochromatic Colors of #453E7B
Black with #453E7B
Text Example
Text Example
White with #453E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E7B; }
p { color: rgb(69,62,123); }
H1.HeaderClassName
{
color: #453E7B;
}
.AnyTagClassName
{
color: #453E7B;
}
</style>
background-color css
<style>
a { background-color: #453E7B; }
a { background-color: rgb(69,62,123); }
div.DivClassName
{
background-color: #453E7B;
}
.BgClassName
{
background-color: #453E7B;
}
</style>
border-color css
<style>
span { border-color: #453E7B; }
span { border-color: rgb(69,62,123); }
td.TdClassName
{
border-color: #453E7B;
}
.TagClassName
{
border-color: #453E7B;
}
</style>