Shades of Jacksons Purple #433D7D
Tints of Jacksons Purple #433D7D
RGB
CMYK
RGB Variations
Color information
#433D7D (or 0x433D7D) is known color: Jacksons Purple. HEX triplet: 43, 3D and 7D. RGB value is (67,61,125). Sum of RGB (Red+Green+Blue) = 67+61+125=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #433D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433D7D is #BCC282. Grayscale: #454545. Windows color (decimal): -12370563 or 8207683. OLE color: 8207683.
HSL color Cylindrical-coordinate representation of color #433D7D: hue angle of 245.62º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #433D7D is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 61 | 125 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.51 |
| HSL | 245.63º | 0.34% | 0.36% | - |
| HSV(B) | 245.63º | 0.51% | 0.49% | - |
| XYZ | 7.69 | 6.01 | 20.16 | - |
| YUV | 70.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 125 | 0.46 | 0.51 | 0 | 0.51 | 245.63 | 0.34 | 0.36 |
| Hex | 43 | 3D | 7D | 2E | 33 | 0 | 33 | F6 | 22 | 24 |
| Octal | 103 | 75 | 175 | 56 | 63 | 0 | 63 | 366 | 42 | 44 |
| Binary | 1000011 | 111101 | 1111101 | 101110 | 110011 | 0 | 110011 | 11110110 | 100010 | 100100 |
Color Harmonies of #433D7D
Complementary color
Monochromatic Colors of #433D7D
Black with #433D7D
Text Example
Text Example
White with #433D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D7D; }
p { color: rgb(67,61,125); }
H1.HeaderClassName
{
color: #433D7D;
}
.AnyTagClassName
{
color: #433D7D;
}
</style>
background-color css
<style>
a { background-color: #433D7D; }
a { background-color: rgb(67,61,125); }
div.DivClassName
{
background-color: #433D7D;
}
.BgClassName
{
background-color: #433D7D;
}
</style>
border-color css
<style>
span { border-color: #433D7D; }
span { border-color: rgb(67,61,125); }
td.TdClassName
{
border-color: #433D7D;
}
.TagClassName
{
border-color: #433D7D;
}
</style>