Shades of Jacksons Purple #322F7C
Tints of Jacksons Purple #322F7C
RGB
CMYK
RGB Variations
Color information
#322F7C (or 0x322F7C) is known color: Jacksons Purple. HEX triplet: 32, 2F and 7C. RGB value is (50,47,124). Sum of RGB (Red+Green+Blue) = 50+47+124=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #322F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F7C is #CDD083. Grayscale: #383838. Windows color (decimal): -13488260 or 8138546. OLE color: 8138546.
HSL color Cylindrical-coordinate representation of color #322F7C: hue angle of 242.34º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #322F7C is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 47 | 124 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.51 |
| HSL | 242.34º | 0.45% | 0.34% | - |
| HSV(B) | 242.34º | 0.62% | 0.49% | - |
| XYZ | 5.97 | 4.17 | 19.56 | - |
| YUV | 56.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 124 | 0.60 | 0.62 | 0 | 0.51 | 242.34 | 0.45 | 0.34 |
| Hex | 32 | 2F | 7C | 3C | 3E | 0 | 33 | F2 | 2D | 22 |
| Octal | 62 | 57 | 174 | 74 | 76 | 0 | 63 | 362 | 55 | 42 |
| Binary | 110010 | 101111 | 1111100 | 111100 | 111110 | 0 | 110011 | 11110010 | 101101 | 100010 |
Color Harmonies of #322F7C
Complementary color
Monochromatic Colors of #322F7C
Black with #322F7C
Text Example
Text Example
White with #322F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F7C; }
p { color: rgb(50,47,124); }
H1.HeaderClassName
{
color: #322F7C;
}
.AnyTagClassName
{
color: #322F7C;
}
</style>
background-color css
<style>
a { background-color: #322F7C; }
a { background-color: rgb(50,47,124); }
div.DivClassName
{
background-color: #322F7C;
}
.BgClassName
{
background-color: #322F7C;
}
</style>
border-color css
<style>
span { border-color: #322F7C; }
span { border-color: rgb(50,47,124); }
td.TdClassName
{
border-color: #322F7C;
}
.TagClassName
{
border-color: #322F7C;
}
</style>