Shades of Purple Heart #431EBF
Tints of Purple Heart #431EBF
RGB
CMYK
RGB Variations
Color information
#431EBF (or 0x431EBF) is known color: Purple Heart. HEX triplet: 43, 1E and BF. RGB value is (67,30,191). Sum of RGB (Red+Green+Blue) = 67+30+191=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #431EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431EBF is #BCE140. Grayscale: #3A3A3A. Windows color (decimal): -12378433 or 12525123. OLE color: 12525123.
HSL color Cylindrical-coordinate representation of color #431EBF: hue angle of 253.79º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431EBF is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 30 | 191 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.25 |
| HSL | 253.79º | 0.73% | 0.43% | - |
| HSV(B) | 253.79º | 0.84% | 0.75% | - |
| XYZ | 12.18 | 5.88 | 49.78 | - |
| YUV | 59.42 | 202.26 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 191 | 0.65 | 0.84 | 0 | 0.25 | 253.79 | 0.73 | 0.43 |
| Hex | 43 | 1E | BF | 41 | 54 | 0 | 19 | FE | 49 | 2B |
| Octal | 103 | 36 | 277 | 101 | 124 | 0 | 31 | 376 | 111 | 53 |
| Binary | 1000011 | 11110 | 10111111 | 1000001 | 1010100 | 0 | 11001 | 11111110 | 1001001 | 101011 |
Color Harmonies of #431EBF
Complementary color
Monochromatic Colors of #431EBF
Black with #431EBF
Text Example
Text Example
White with #431EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EBF; }
p { color: rgb(67,30,191); }
H1.HeaderClassName
{
color: #431EBF;
}
.AnyTagClassName
{
color: #431EBF;
}
</style>
background-color css
<style>
a { background-color: #431EBF; }
a { background-color: rgb(67,30,191); }
div.DivClassName
{
background-color: #431EBF;
}
.BgClassName
{
background-color: #431EBF;
}
</style>
border-color css
<style>
span { border-color: #431EBF; }
span { border-color: rgb(67,30,191); }
td.TdClassName
{
border-color: #431EBF;
}
.TagClassName
{
border-color: #431EBF;
}
</style>