Shades of Jacksons Purple #32307F
Tints of Jacksons Purple #32307F
RGB
CMYK
RGB Variations
Color information
#32307F (or 0x32307F) is known color: Jacksons Purple. HEX triplet: 32, 30 and 7F. RGB value is (50,48,127). Sum of RGB (Red+Green+Blue) = 50+48+127=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #32307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32307F is #CDCF80. Grayscale: #393939. Windows color (decimal): -13488001 or 8335410. OLE color: 8335410.
HSL color Cylindrical-coordinate representation of color #32307F: hue angle of 241.52º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32307F is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 48 | 127 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.50 |
| HSL | 241.52º | 0.45% | 0.34% | - |
| HSV(B) | 241.52º | 0.62% | 0.5% | - |
| XYZ | 6.2 | 4.32 | 20.59 | - |
| YUV | 57.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 127 | 0.61 | 0.62 | 0 | 0.50 | 241.52 | 0.45 | 0.34 |
| Hex | 32 | 30 | 7F | 3D | 3E | 0 | 32 | F2 | 2D | 22 |
| Octal | 62 | 60 | 177 | 75 | 76 | 0 | 62 | 362 | 55 | 42 |
| Binary | 110010 | 110000 | 1111111 | 111101 | 111110 | 0 | 110010 | 11110010 | 101101 | 100010 |
Color Harmonies of #32307F
Complementary color
Monochromatic Colors of #32307F
Black with #32307F
Text Example
Text Example
White with #32307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32307F; }
p { color: rgb(50,48,127); }
H1.HeaderClassName
{
color: #32307F;
}
.AnyTagClassName
{
color: #32307F;
}
</style>
background-color css
<style>
a { background-color: #32307F; }
a { background-color: rgb(50,48,127); }
div.DivClassName
{
background-color: #32307F;
}
.BgClassName
{
background-color: #32307F;
}
</style>
border-color css
<style>
span { border-color: #32307F; }
span { border-color: rgb(50,48,127); }
td.TdClassName
{
border-color: #32307F;
}
.TagClassName
{
border-color: #32307F;
}
</style>