Shades of Jacksons Purple #37327C
Tints of Jacksons Purple #37327C
RGB
CMYK
RGB Variations
Color information
#37327C (or 0x37327C) is known color: Jacksons Purple. HEX triplet: 37, 32 and 7C. RGB value is (55,50,124). Sum of RGB (Red+Green+Blue) = 55+50+124=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #37327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37327C is #C8CD83. Grayscale: #3B3B3B. Windows color (decimal): -13159812 or 8139319. OLE color: 8139319.
HSL color Cylindrical-coordinate representation of color #37327C: hue angle of 244.05º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37327C is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 50 | 124 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.51 |
| HSL | 244.05º | 0.43% | 0.34% | - |
| HSV(B) | 244.05º | 0.6% | 0.49% | - |
| XYZ | 6.35 | 4.55 | 19.61 | - |
| YUV | 59.93 | 164.16 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 124 | 0.56 | 0.60 | 0 | 0.51 | 244.05 | 0.43 | 0.34 |
| Hex | 37 | 32 | 7C | 38 | 3C | 0 | 33 | F4 | 2B | 22 |
| Octal | 67 | 62 | 174 | 70 | 74 | 0 | 63 | 364 | 53 | 42 |
| Binary | 110111 | 110010 | 1111100 | 111000 | 111100 | 0 | 110011 | 11110100 | 101011 | 100010 |
Color Harmonies of #37327C
Complementary color
Monochromatic Colors of #37327C
Black with #37327C
Text Example
Text Example
White with #37327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37327C; }
p { color: rgb(55,50,124); }
H1.HeaderClassName
{
color: #37327C;
}
.AnyTagClassName
{
color: #37327C;
}
</style>
background-color css
<style>
a { background-color: #37327C; }
a { background-color: rgb(55,50,124); }
div.DivClassName
{
background-color: #37327C;
}
.BgClassName
{
background-color: #37327C;
}
</style>
border-color css
<style>
span { border-color: #37327C; }
span { border-color: rgb(55,50,124); }
td.TdClassName
{
border-color: #37327C;
}
.TagClassName
{
border-color: #37327C;
}
</style>