Shades of Jacksons Purple #332C7E
Tints of Jacksons Purple #332C7E
RGB
CMYK
RGB Variations
Color information
#332C7E (or 0x332C7E) is known color: Jacksons Purple. HEX triplet: 33, 2C and 7E. RGB value is (51,44,126). Sum of RGB (Red+Green+Blue) = 51+44+126=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #332C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C7E is #CCD381. Grayscale: #373737. Windows color (decimal): -13423490 or 8268851. OLE color: 8268851.
HSL color Cylindrical-coordinate representation of color #332C7E: hue angle of 245.12º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332C7E is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 44 | 126 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.51 |
| HSL | 245.12º | 0.48% | 0.33% | - |
| HSV(B) | 245.12º | 0.65% | 0.49% | - |
| XYZ | 6.03 | 4.01 | 20.2 | - |
| YUV | 55.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 126 | 0.60 | 0.65 | 0 | 0.51 | 245.12 | 0.48 | 0.33 |
| Hex | 33 | 2C | 7E | 3C | 41 | 0 | 33 | F5 | 30 | 21 |
| Octal | 63 | 54 | 176 | 74 | 101 | 0 | 63 | 365 | 60 | 41 |
| Binary | 110011 | 101100 | 1111110 | 111100 | 1000001 | 0 | 110011 | 11110101 | 110000 | 100001 |
Color Harmonies of #332C7E
Complementary color
Monochromatic Colors of #332C7E
Black with #332C7E
Text Example
Text Example
White with #332C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C7E; }
p { color: rgb(51,44,126); }
H1.HeaderClassName
{
color: #332C7E;
}
.AnyTagClassName
{
color: #332C7E;
}
</style>
background-color css
<style>
a { background-color: #332C7E; }
a { background-color: rgb(51,44,126); }
div.DivClassName
{
background-color: #332C7E;
}
.BgClassName
{
background-color: #332C7E;
}
</style>
border-color css
<style>
span { border-color: #332C7E; }
span { border-color: rgb(51,44,126); }
td.TdClassName
{
border-color: #332C7E;
}
.TagClassName
{
border-color: #332C7E;
}
</style>