Shades of Jacksons Purple #47437C
Tints of Jacksons Purple #47437C
RGB
CMYK
RGB Variations
Color information
#47437C (or 0x47437C) is known color: Jacksons Purple. HEX triplet: 47, 43 and 7C. RGB value is (71,67,124). Sum of RGB (Red+Green+Blue) = 71+67+124=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #47437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47437C is #B8BC83. Grayscale: #4A4A4A. Windows color (decimal): -12106884 or 8143687. OLE color: 8143687.
HSL color Cylindrical-coordinate representation of color #47437C: hue angle of 244.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47437C is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 67 | 124 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.51 |
| HSL | 244.21º | 0.3% | 0.37% | - |
| HSV(B) | 244.21º | 0.46% | 0.49% | - |
| XYZ | 8.24 | 6.81 | 19.95 | - |
| YUV | 74.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 124 | 0.43 | 0.46 | 0 | 0.51 | 244.21 | 0.3 | 0.37 |
| Hex | 47 | 43 | 7C | 2B | 2E | 0 | 33 | F4 | 1E | 25 |
| Octal | 107 | 103 | 174 | 53 | 56 | 0 | 63 | 364 | 36 | 45 |
| Binary | 1000111 | 1000011 | 1111100 | 101011 | 101110 | 0 | 110011 | 11110100 | 11110 | 100101 |
Color Harmonies of #47437C
Complementary color
Monochromatic Colors of #47437C
Black with #47437C
Text Example
Text Example
White with #47437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47437C; }
p { color: rgb(71,67,124); }
H1.HeaderClassName
{
color: #47437C;
}
.AnyTagClassName
{
color: #47437C;
}
</style>
background-color css
<style>
a { background-color: #47437C; }
a { background-color: rgb(71,67,124); }
div.DivClassName
{
background-color: #47437C;
}
.BgClassName
{
background-color: #47437C;
}
</style>
border-color css
<style>
span { border-color: #47437C; }
span { border-color: rgb(71,67,124); }
td.TdClassName
{
border-color: #47437C;
}
.TagClassName
{
border-color: #47437C;
}
</style>