Shades of Jacksons Purple #373178
Tints of Jacksons Purple #373178
RGB
CMYK
RGB Variations
Color information
#373178 (or 0x373178) is known color: Jacksons Purple. HEX triplet: 37, 31 and 78. RGB value is (55,49,120). Sum of RGB (Red+Green+Blue) = 55+49+120=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #373178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373178 is #C8CE87. Grayscale: #3A3A3A. Windows color (decimal): -13160072 or 7876919. OLE color: 7876919.
HSL color Cylindrical-coordinate representation of color #373178: hue angle of 245.07º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #373178 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 49 | 120 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.53 |
| HSL | 245.07º | 0.42% | 0.33% | - |
| HSV(B) | 245.07º | 0.59% | 0.47% | - |
| XYZ | 6.06 | 4.36 | 18.29 | - |
| YUV | 58.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 120 | 0.54 | 0.59 | 0 | 0.53 | 245.07 | 0.42 | 0.33 |
| Hex | 37 | 31 | 78 | 36 | 3B | 0 | 35 | F5 | 2A | 21 |
| Octal | 67 | 61 | 170 | 66 | 73 | 0 | 65 | 365 | 52 | 41 |
| Binary | 110111 | 110001 | 1111000 | 110110 | 111011 | 0 | 110101 | 11110101 | 101010 | 100001 |
Color Harmonies of #373178
Complementary color
Monochromatic Colors of #373178
Black with #373178
Text Example
Text Example
White with #373178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373178; }
p { color: rgb(55,49,120); }
H1.HeaderClassName
{
color: #373178;
}
.AnyTagClassName
{
color: #373178;
}
</style>
background-color css
<style>
a { background-color: #373178; }
a { background-color: rgb(55,49,120); }
div.DivClassName
{
background-color: #373178;
}
.BgClassName
{
background-color: #373178;
}
</style>
border-color css
<style>
span { border-color: #373178; }
span { border-color: rgb(55,49,120); }
td.TdClassName
{
border-color: #373178;
}
.TagClassName
{
border-color: #373178;
}
</style>