Shades of Jacksons Purple #37337F
Tints of Jacksons Purple #37337F
RGB
CMYK
RGB Variations
Color information
#37337F (or 0x37337F) is known color: Jacksons Purple. HEX triplet: 37, 33 and 7F. RGB value is (55,51,127). Sum of RGB (Red+Green+Blue) = 55+51+127=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #37337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37337F is #C8CC80. Grayscale: #3C3C3C. Windows color (decimal): -13159553 or 8336183. OLE color: 8336183.
HSL color Cylindrical-coordinate representation of color #37337F: hue angle of 243.16º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37337F is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 51 | 127 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.50 |
| HSL | 243.16º | 0.43% | 0.35% | - |
| HSV(B) | 243.16º | 0.6% | 0.5% | - |
| XYZ | 6.59 | 4.71 | 20.64 | - |
| YUV | 60.86 | 165.33 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 127 | 0.57 | 0.60 | 0 | 0.50 | 243.16 | 0.43 | 0.35 |
| Hex | 37 | 33 | 7F | 39 | 3C | 0 | 32 | F3 | 2B | 23 |
| Octal | 67 | 63 | 177 | 71 | 74 | 0 | 62 | 363 | 53 | 43 |
| Binary | 110111 | 110011 | 1111111 | 111001 | 111100 | 0 | 110010 | 11110011 | 101011 | 100011 |
Color Harmonies of #37337F
Complementary color
Monochromatic Colors of #37337F
Black with #37337F
Text Example
Text Example
White with #37337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37337F; }
p { color: rgb(55,51,127); }
H1.HeaderClassName
{
color: #37337F;
}
.AnyTagClassName
{
color: #37337F;
}
</style>
background-color css
<style>
a { background-color: #37337F; }
a { background-color: rgb(55,51,127); }
div.DivClassName
{
background-color: #37337F;
}
.BgClassName
{
background-color: #37337F;
}
</style>
border-color css
<style>
span { border-color: #37337F; }
span { border-color: rgb(55,51,127); }
td.TdClassName
{
border-color: #37337F;
}
.TagClassName
{
border-color: #37337F;
}
</style>