Shades of Jacksons Purple #32317E
Tints of Jacksons Purple #32317E
RGB
CMYK
RGB Variations
Color information
#32317E (or 0x32317E) is known color: Jacksons Purple. HEX triplet: 32, 31 and 7E. RGB value is (50,49,126). Sum of RGB (Red+Green+Blue) = 50+49+126=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #32317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32317E is #CDCE81. Grayscale: #393939. Windows color (decimal): -13487746 or 8270130. OLE color: 8270130.
HSL color Cylindrical-coordinate representation of color #32317E: hue angle of 240.78º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32317E is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 49 | 126 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.51 |
| HSL | 240.78º | 0.44% | 0.34% | - |
| HSV(B) | 240.78º | 0.61% | 0.49% | - |
| XYZ | 6.18 | 4.38 | 20.26 | - |
| YUV | 58.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 126 | 0.60 | 0.61 | 0 | 0.51 | 240.78 | 0.44 | 0.34 |
| Hex | 32 | 31 | 7E | 3C | 3D | 0 | 33 | F1 | 2C | 22 |
| Octal | 62 | 61 | 176 | 74 | 75 | 0 | 63 | 361 | 54 | 42 |
| Binary | 110010 | 110001 | 1111110 | 111100 | 111101 | 0 | 110011 | 11110001 | 101100 | 100010 |
Color Harmonies of #32317E
Complementary color
Monochromatic Colors of #32317E
Black with #32317E
Text Example
Text Example
White with #32317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32317E; }
p { color: rgb(50,49,126); }
H1.HeaderClassName
{
color: #32317E;
}
.AnyTagClassName
{
color: #32317E;
}
</style>
background-color css
<style>
a { background-color: #32317E; }
a { background-color: rgb(50,49,126); }
div.DivClassName
{
background-color: #32317E;
}
.BgClassName
{
background-color: #32317E;
}
</style>
border-color css
<style>
span { border-color: #32317E; }
span { border-color: rgb(50,49,126); }
td.TdClassName
{
border-color: #32317E;
}
.TagClassName
{
border-color: #32317E;
}
</style>