Shades of Purple Heart #431FB4
Tints of Purple Heart #431FB4
RGB
CMYK
RGB Variations
Color information
#431FB4 (or 0x431FB4) is known color: Purple Heart. HEX triplet: 43, 1F and B4. RGB value is (67,31,180). Sum of RGB (Red+Green+Blue) = 67+31+180=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 180 (70.70% from 255 or 64.75% from 278); Max value from RGB is 180 - color contains mainly: blue. Hex color #431FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FB4 is #BCE04B. Grayscale: #3A3A3A. Windows color (decimal): -12378188 or 11804483. OLE color: 11804483.
HSL color Cylindrical-coordinate representation of color #431FB4: hue angle of 254.5º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431FB4 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 31 | 180 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.29 |
| HSL | 254.5º | 0.71% | 0.41% | - |
| HSV(B) | 254.5º | 0.83% | 0.71% | - |
| XYZ | 11.04 | 5.47 | 43.65 | - |
| YUV | 58.75 | 196.43 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 180 | 0.63 | 0.83 | 0 | 0.29 | 254.5 | 0.71 | 0.41 |
| Hex | 43 | 1F | B4 | 3F | 53 | 0 | 1D | FE | 47 | 29 |
| Octal | 103 | 37 | 264 | 77 | 123 | 0 | 35 | 376 | 107 | 51 |
| Binary | 1000011 | 11111 | 10110100 | 111111 | 1010011 | 0 | 11101 | 11111110 | 1000111 | 101001 |
Color Harmonies of #431FB4
Complementary color
Monochromatic Colors of #431FB4
Black with #431FB4
Text Example
Text Example
White with #431FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FB4; }
p { color: rgb(67,31,180); }
H1.HeaderClassName
{
color: #431FB4;
}
.AnyTagClassName
{
color: #431FB4;
}
</style>
background-color css
<style>
a { background-color: #431FB4; }
a { background-color: rgb(67,31,180); }
div.DivClassName
{
background-color: #431FB4;
}
.BgClassName
{
background-color: #431FB4;
}
</style>
border-color css
<style>
span { border-color: #431FB4; }
span { border-color: rgb(67,31,180); }
td.TdClassName
{
border-color: #431FB4;
}
.TagClassName
{
border-color: #431FB4;
}
</style>