Shades of Jacksons Purple #494E7F
Tints of Jacksons Purple #494E7F
RGB
CMYK
RGB Variations
Color information
#494E7F (or 0x494E7F) is known color: Jacksons Purple. HEX triplet: 49, 4E and 7F. RGB value is (73,78,127). Sum of RGB (Red+Green+Blue) = 73+78+127=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #494E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E7F is #B6B180. Grayscale: #515151. Windows color (decimal): -11972993 or 8343113. OLE color: 8343113.
HSL color Cylindrical-coordinate representation of color #494E7F: hue angle of 234.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #494E7F is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 78 | 127 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.50 |
| HSL | 234.44º | 0.27% | 0.39% | - |
| HSV(B) | 234.44º | 0.43% | 0.5% | - |
| XYZ | 9.3 | 8.4 | 21.21 | - |
| YUV | 82.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 127 | 0.43 | 0.39 | 0 | 0.50 | 234.44 | 0.27 | 0.39 |
| Hex | 49 | 4E | 7F | 2B | 27 | 0 | 32 | EA | 1B | 27 |
| Octal | 111 | 116 | 177 | 53 | 47 | 0 | 62 | 352 | 33 | 47 |
| Binary | 1001001 | 1001110 | 1111111 | 101011 | 100111 | 0 | 110010 | 11101010 | 11011 | 100111 |
Color Harmonies of #494E7F
Complementary color
Monochromatic Colors of #494E7F
Black with #494E7F
Text Example
Text Example
White with #494E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E7F; }
p { color: rgb(73,78,127); }
H1.HeaderClassName
{
color: #494E7F;
}
.AnyTagClassName
{
color: #494E7F;
}
</style>
background-color css
<style>
a { background-color: #494E7F; }
a { background-color: rgb(73,78,127); }
div.DivClassName
{
background-color: #494E7F;
}
.BgClassName
{
background-color: #494E7F;
}
</style>
border-color css
<style>
span { border-color: #494E7F; }
span { border-color: rgb(73,78,127); }
td.TdClassName
{
border-color: #494E7F;
}
.TagClassName
{
border-color: #494E7F;
}
</style>