Shades of Jacksons Purple #373787
Tints of Jacksons Purple #373787
RGB
CMYK
RGB Variations
Color information
#373787 (or 0x373787) is known color: Jacksons Purple. HEX triplet: 37, 37 and 87. RGB value is (55,55,135). Sum of RGB (Red+Green+Blue) = 55+55+135=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #373787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373787 is #C8C878. Grayscale: #3F3F3F. Windows color (decimal): -13158521 or 8861495. OLE color: 8861495.
HSL color Cylindrical-coordinate representation of color #373787: hue angle of 240º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #373787 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 55 | 135 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.47 |
| HSL | 240º | 0.42% | 0.37% | - |
| HSV(B) | 240º | 0.59% | 0.53% | - |
| XYZ | 7.31 | 5.29 | 23.56 | - |
| YUV | 64.12 | 168 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 55 | 135 | 0.59 | 0.59 | 0 | 0.47 | 240 | 0.42 | 0.37 |
| Hex | 37 | 37 | 87 | 3B | 3B | 0 | 2F | F0 | 2A | 25 |
| Octal | 67 | 67 | 207 | 73 | 73 | 0 | 57 | 360 | 52 | 45 |
| Binary | 110111 | 110111 | 10000111 | 111011 | 111011 | 0 | 101111 | 11110000 | 101010 | 100101 |
Color Harmonies of #373787
Complementary color
Monochromatic Colors of #373787
Black with #373787
Text Example
Text Example
White with #373787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373787; }
p { color: rgb(55,55,135); }
H1.HeaderClassName
{
color: #373787;
}
.AnyTagClassName
{
color: #373787;
}
</style>
background-color css
<style>
a { background-color: #373787; }
a { background-color: rgb(55,55,135); }
div.DivClassName
{
background-color: #373787;
}
.BgClassName
{
background-color: #373787;
}
</style>
border-color css
<style>
span { border-color: #373787; }
span { border-color: rgb(55,55,135); }
td.TdClassName
{
border-color: #373787;
}
.TagClassName
{
border-color: #373787;
}
</style>