Shades of Purple Heart #431FAE
Tints of Purple Heart #431FAE
RGB
CMYK
RGB Variations
Color information
#431FAE (or 0x431FAE) is known color: Purple Heart. HEX triplet: 43, 1F and AE. RGB value is (67,31,174). Sum of RGB (Red+Green+Blue) = 67+31+174=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #431FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431FAE is #BCE051. Grayscale: #393939. Windows color (decimal): -12378194 or 11411267. OLE color: 11411267.
HSL color Cylindrical-coordinate representation of color #431FAE: hue angle of 255.1º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431FAE is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 31 | 174 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.32 |
| HSL | 255.1º | 0.7% | 0.4% | - |
| HSV(B) | 255.1º | 0.82% | 0.68% | - |
| XYZ | 10.44 | 5.23 | 40.5 | - |
| YUV | 58.07 | 193.43 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 174 | 0.61 | 0.82 | 0 | 0.32 | 255.1 | 0.7 | 0.4 |
| Hex | 43 | 1F | AE | 3D | 52 | 0 | 20 | FF | 46 | 28 |
| Octal | 103 | 37 | 256 | 75 | 122 | 0 | 40 | 377 | 106 | 50 |
| Binary | 1000011 | 11111 | 10101110 | 111101 | 1010010 | 0 | 100000 | 11111111 | 1000110 | 101000 |
Color Harmonies of #431FAE
Complementary color
Monochromatic Colors of #431FAE
Black with #431FAE
Text Example
Text Example
White with #431FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FAE; }
p { color: rgb(67,31,174); }
H1.HeaderClassName
{
color: #431FAE;
}
.AnyTagClassName
{
color: #431FAE;
}
</style>
background-color css
<style>
a { background-color: #431FAE; }
a { background-color: rgb(67,31,174); }
div.DivClassName
{
background-color: #431FAE;
}
.BgClassName
{
background-color: #431FAE;
}
</style>
border-color css
<style>
span { border-color: #431FAE; }
span { border-color: rgb(67,31,174); }
td.TdClassName
{
border-color: #431FAE;
}
.TagClassName
{
border-color: #431FAE;
}
</style>