Shades of Jacksons Purple #373C7F
Tints of Jacksons Purple #373C7F
RGB
CMYK
RGB Variations
Color information
#373C7F (or 0x373C7F) is known color: Jacksons Purple. HEX triplet: 37, 3C and 7F. RGB value is (55,60,127). Sum of RGB (Red+Green+Blue) = 55+60+127=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #373C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C7F is #C8C380. Grayscale: #414141. Windows color (decimal): -13157249 or 8338487. OLE color: 8338487.
HSL color Cylindrical-coordinate representation of color #373C7F: hue angle of 235.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #373C7F is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 60 | 127 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.50 |
| HSL | 235.83º | 0.4% | 0.36% | - |
| HSV(B) | 235.83º | 0.57% | 0.5% | - |
| XYZ | 7.02 | 5.58 | 20.78 | - |
| YUV | 66.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 127 | 0.57 | 0.53 | 0 | 0.50 | 235.83 | 0.4 | 0.36 |
| Hex | 37 | 3C | 7F | 39 | 35 | 0 | 32 | EC | 28 | 24 |
| Octal | 67 | 74 | 177 | 71 | 65 | 0 | 62 | 354 | 50 | 44 |
| Binary | 110111 | 111100 | 1111111 | 111001 | 110101 | 0 | 110010 | 11101100 | 101000 | 100100 |
Color Harmonies of #373C7F
Complementary color
Monochromatic Colors of #373C7F
Black with #373C7F
Text Example
Text Example
White with #373C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C7F; }
p { color: rgb(55,60,127); }
H1.HeaderClassName
{
color: #373C7F;
}
.AnyTagClassName
{
color: #373C7F;
}
</style>
background-color css
<style>
a { background-color: #373C7F; }
a { background-color: rgb(55,60,127); }
div.DivClassName
{
background-color: #373C7F;
}
.BgClassName
{
background-color: #373C7F;
}
</style>
border-color css
<style>
span { border-color: #373C7F; }
span { border-color: rgb(55,60,127); }
td.TdClassName
{
border-color: #373C7F;
}
.TagClassName
{
border-color: #373C7F;
}
</style>