Shades of Purple Heart #431DBF
Tints of Purple Heart #431DBF
RGB
CMYK
RGB Variations
Color information
#431DBF (or 0x431DBF) is known color: Purple Heart. HEX triplet: 43, 1D and BF. RGB value is (67,29,191). Sum of RGB (Red+Green+Blue) = 67+29+191=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #431DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431DBF is #BCE240. Grayscale: #3A3A3A. Windows color (decimal): -12378689 or 12524867. OLE color: 12524867.
HSL color Cylindrical-coordinate representation of color #431DBF: hue angle of 254.07º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431DBF is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 29 | 191 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.25 |
| HSL | 254.07º | 0.74% | 0.43% | - |
| HSV(B) | 254.07º | 0.85% | 0.75% | - |
| XYZ | 12.16 | 5.83 | 49.78 | - |
| YUV | 58.83 | 202.59 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 191 | 0.65 | 0.85 | 0 | 0.25 | 254.07 | 0.74 | 0.43 |
| Hex | 43 | 1D | BF | 41 | 55 | 0 | 19 | FE | 4A | 2B |
| Octal | 103 | 35 | 277 | 101 | 125 | 0 | 31 | 376 | 112 | 53 |
| Binary | 1000011 | 11101 | 10111111 | 1000001 | 1010101 | 0 | 11001 | 11111110 | 1001010 | 101011 |
Color Harmonies of #431DBF
Complementary color
Monochromatic Colors of #431DBF
Black with #431DBF
Text Example
Text Example
White with #431DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431DBF; }
p { color: rgb(67,29,191); }
H1.HeaderClassName
{
color: #431DBF;
}
.AnyTagClassName
{
color: #431DBF;
}
</style>
background-color css
<style>
a { background-color: #431DBF; }
a { background-color: rgb(67,29,191); }
div.DivClassName
{
background-color: #431DBF;
}
.BgClassName
{
background-color: #431DBF;
}
</style>
border-color css
<style>
span { border-color: #431DBF; }
span { border-color: rgb(67,29,191); }
td.TdClassName
{
border-color: #431DBF;
}
.TagClassName
{
border-color: #431DBF;
}
</style>