Shades of Purple Heart #431DAD
Tints of Purple Heart #431DAD
RGB
CMYK
RGB Variations
Color information
#431DAD (or 0x431DAD) is known color: Purple Heart. HEX triplet: 43, 1D and AD. RGB value is (67,29,173). Sum of RGB (Red+Green+Blue) = 67+29+173=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #431DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431DAD is #BCE252. Grayscale: #383838. Windows color (decimal): -12378707 or 11345219. OLE color: 11345219.
HSL color Cylindrical-coordinate representation of color #431DAD: hue angle of 255.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431DAD is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 29 | 173 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.32 |
| HSL | 255.83º | 0.71% | 0.4% | - |
| HSV(B) | 255.83º | 0.83% | 0.68% | - |
| XYZ | 10.3 | 5.09 | 39.97 | - |
| YUV | 56.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 173 | 0.61 | 0.83 | 0 | 0.32 | 255.83 | 0.71 | 0.4 |
| Hex | 43 | 1D | AD | 3D | 53 | 0 | 20 | 100 | 47 | 28 |
| Octal | 103 | 35 | 255 | 75 | 123 | 0 | 40 | 400 | 107 | 50 |
| Binary | 1000011 | 11101 | 10101101 | 111101 | 1010011 | 0 | 100000 | 100000000 | 1000111 | 101000 |
Color Harmonies of #431DAD
Complementary color
Monochromatic Colors of #431DAD
Black with #431DAD
Text Example
Text Example
White with #431DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431DAD; }
p { color: rgb(67,29,173); }
H1.HeaderClassName
{
color: #431DAD;
}
.AnyTagClassName
{
color: #431DAD;
}
</style>
background-color css
<style>
a { background-color: #431DAD; }
a { background-color: rgb(67,29,173); }
div.DivClassName
{
background-color: #431DAD;
}
.BgClassName
{
background-color: #431DAD;
}
</style>
border-color css
<style>
span { border-color: #431DAD; }
span { border-color: rgb(67,29,173); }
td.TdClassName
{
border-color: #431DAD;
}
.TagClassName
{
border-color: #431DAD;
}
</style>