Shades of Jacksons Purple #373C7D
Tints of Jacksons Purple #373C7D
RGB
CMYK
RGB Variations
Color information
#373C7D (or 0x373C7D) is known color: Jacksons Purple. HEX triplet: 37, 3C and 7D. RGB value is (55,60,125). Sum of RGB (Red+Green+Blue) = 55+60+125=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #373C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C7D is #C8C382. Grayscale: #414141. Windows color (decimal): -13157251 or 8207415. OLE color: 8207415.
HSL color Cylindrical-coordinate representation of color #373C7D: hue angle of 235.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #373C7D is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 60 | 125 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.51 |
| HSL | 235.71º | 0.39% | 0.35% | - |
| HSV(B) | 235.71º | 0.56% | 0.49% | - |
| XYZ | 6.89 | 5.52 | 20.11 | - |
| YUV | 65.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 125 | 0.56 | 0.52 | 0 | 0.51 | 235.71 | 0.39 | 0.35 |
| Hex | 37 | 3C | 7D | 38 | 34 | 0 | 33 | EC | 27 | 23 |
| Octal | 67 | 74 | 175 | 70 | 64 | 0 | 63 | 354 | 47 | 43 |
| Binary | 110111 | 111100 | 1111101 | 111000 | 110100 | 0 | 110011 | 11101100 | 100111 | 100011 |
Color Harmonies of #373C7D
Complementary color
Monochromatic Colors of #373C7D
Black with #373C7D
Text Example
Text Example
White with #373C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C7D; }
p { color: rgb(55,60,125); }
H1.HeaderClassName
{
color: #373C7D;
}
.AnyTagClassName
{
color: #373C7D;
}
</style>
background-color css
<style>
a { background-color: #373C7D; }
a { background-color: rgb(55,60,125); }
div.DivClassName
{
background-color: #373C7D;
}
.BgClassName
{
background-color: #373C7D;
}
</style>
border-color css
<style>
span { border-color: #373C7D; }
span { border-color: rgb(55,60,125); }
td.TdClassName
{
border-color: #373C7D;
}
.TagClassName
{
border-color: #373C7D;
}
</style>