Shades of Purple Heart #431EBA
Tints of Purple Heart #431EBA
RGB
CMYK
RGB Variations
Color information
#431EBA (or 0x431EBA) is known color: Purple Heart. HEX triplet: 43, 1E and BA. RGB value is (67,30,186). Sum of RGB (Red+Green+Blue) = 67+30+186=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #431EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431EBA is #BCE145. Grayscale: #3A3A3A. Windows color (decimal): -12378438 or 12197443. OLE color: 12197443.
HSL color Cylindrical-coordinate representation of color #431EBA: hue angle of 254.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431EBA is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 30 | 186 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.27 |
| HSL | 254.23º | 0.72% | 0.42% | - |
| HSV(B) | 254.23º | 0.84% | 0.73% | - |
| XYZ | 11.64 | 5.67 | 46.93 | - |
| YUV | 58.85 | 199.76 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 186 | 0.64 | 0.84 | 0 | 0.27 | 254.23 | 0.72 | 0.42 |
| Hex | 43 | 1E | BA | 40 | 54 | 0 | 1B | FE | 48 | 2A |
| Octal | 103 | 36 | 272 | 100 | 124 | 0 | 33 | 376 | 110 | 52 |
| Binary | 1000011 | 11110 | 10111010 | 1000000 | 1010100 | 0 | 11011 | 11111110 | 1001000 | 101010 |
Color Harmonies of #431EBA
Complementary color
Monochromatic Colors of #431EBA
Black with #431EBA
Text Example
Text Example
White with #431EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EBA; }
p { color: rgb(67,30,186); }
H1.HeaderClassName
{
color: #431EBA;
}
.AnyTagClassName
{
color: #431EBA;
}
</style>
background-color css
<style>
a { background-color: #431EBA; }
a { background-color: rgb(67,30,186); }
div.DivClassName
{
background-color: #431EBA;
}
.BgClassName
{
background-color: #431EBA;
}
</style>
border-color css
<style>
span { border-color: #431EBA; }
span { border-color: rgb(67,30,186); }
td.TdClassName
{
border-color: #431EBA;
}
.TagClassName
{
border-color: #431EBA;
}
</style>