Shades of Jacksons Purple #332F7E
Tints of Jacksons Purple #332F7E
RGB
CMYK
RGB Variations
Color information
#332F7E (or 0x332F7E) is known color: Jacksons Purple. HEX triplet: 33, 2F and 7E. RGB value is (51,47,126). Sum of RGB (Red+Green+Blue) = 51+47+126=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #332F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F7E is #CCD081. Grayscale: #383838. Windows color (decimal): -13422722 or 8269619. OLE color: 8269619.
HSL color Cylindrical-coordinate representation of color #332F7E: hue angle of 243.04º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #332F7E is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 47 | 126 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.51 |
| HSL | 243.04º | 0.46% | 0.34% | - |
| HSV(B) | 243.04º | 0.63% | 0.49% | - |
| XYZ | 6.15 | 4.24 | 20.23 | - |
| YUV | 57.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 126 | 0.60 | 0.63 | 0 | 0.51 | 243.04 | 0.46 | 0.34 |
| Hex | 33 | 2F | 7E | 3C | 3F | 0 | 33 | F3 | 2E | 22 |
| Octal | 63 | 57 | 176 | 74 | 77 | 0 | 63 | 363 | 56 | 42 |
| Binary | 110011 | 101111 | 1111110 | 111100 | 111111 | 0 | 110011 | 11110011 | 101110 | 100010 |
Color Harmonies of #332F7E
Complementary color
Monochromatic Colors of #332F7E
Black with #332F7E
Text Example
Text Example
White with #332F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F7E; }
p { color: rgb(51,47,126); }
H1.HeaderClassName
{
color: #332F7E;
}
.AnyTagClassName
{
color: #332F7E;
}
</style>
background-color css
<style>
a { background-color: #332F7E; }
a { background-color: rgb(51,47,126); }
div.DivClassName
{
background-color: #332F7E;
}
.BgClassName
{
background-color: #332F7E;
}
</style>
border-color css
<style>
span { border-color: #332F7E; }
span { border-color: rgb(51,47,126); }
td.TdClassName
{
border-color: #332F7E;
}
.TagClassName
{
border-color: #332F7E;
}
</style>