Shades of Purple Heart #431FBF
Tints of Purple Heart #431FBF
RGB
CMYK
RGB Variations
Color information
#431FBF (or 0x431FBF) is known color: Purple Heart. HEX triplet: 43, 1F and BF. RGB value is (67,31,191). Sum of RGB (Red+Green+Blue) = 67+31+191=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #431FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FBF is #BCE040. Grayscale: #3B3B3B. Windows color (decimal): -12378177 or 12525379. OLE color: 12525379.
HSL color Cylindrical-coordinate representation of color #431FBF: hue angle of 253.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431FBF is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 31 | 191 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.25 |
| HSL | 253.5º | 0.72% | 0.44% | - |
| HSV(B) | 253.5º | 0.84% | 0.75% | - |
| XYZ | 12.21 | 5.93 | 49.79 | - |
| YUV | 60 | 201.93 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 191 | 0.65 | 0.84 | 0 | 0.25 | 253.5 | 0.72 | 0.44 |
| Hex | 43 | 1F | BF | 41 | 54 | 0 | 19 | FE | 48 | 2C |
| Octal | 103 | 37 | 277 | 101 | 124 | 0 | 31 | 376 | 110 | 54 |
| Binary | 1000011 | 11111 | 10111111 | 1000001 | 1010100 | 0 | 11001 | 11111110 | 1001000 | 101100 |
Color Harmonies of #431FBF
Complementary color
Monochromatic Colors of #431FBF
Black with #431FBF
Text Example
Text Example
White with #431FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FBF; }
p { color: rgb(67,31,191); }
H1.HeaderClassName
{
color: #431FBF;
}
.AnyTagClassName
{
color: #431FBF;
}
</style>
background-color css
<style>
a { background-color: #431FBF; }
a { background-color: rgb(67,31,191); }
div.DivClassName
{
background-color: #431FBF;
}
.BgClassName
{
background-color: #431FBF;
}
</style>
border-color css
<style>
span { border-color: #431FBF; }
span { border-color: rgb(67,31,191); }
td.TdClassName
{
border-color: #431FBF;
}
.TagClassName
{
border-color: #431FBF;
}
</style>