Shades of Purple Heart #671FB4
Tints of Purple Heart #671FB4
RGB
CMYK
RGB Variations
Color information
#671FB4 (or 0x671FB4) is known color: Purple Heart. HEX triplet: 67, 1F and B4. RGB value is (103,31,180). Sum of RGB (Red+Green+Blue) = 103+31+180=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #671FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FB4 is #98E04B. Grayscale: #444444. Windows color (decimal): -10018892 or 11804519. OLE color: 11804519.
HSL color Cylindrical-coordinate representation of color #671FB4: hue angle of 268.99º 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 #671FB4 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 31 | 180 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.29 |
| HSL | 268.99º | 0.71% | 0.41% | - |
| HSV(B) | 268.99º | 0.83% | 0.71% | - |
| XYZ | 14.32 | 7.16 | 43.81 | - |
| YUV | 69.51 | 190.35 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 180 | 0.43 | 0.83 | 0 | 0.29 | 268.99 | 0.71 | 0.41 |
| Hex | 67 | 1F | B4 | 2B | 53 | 0 | 1D | 10D | 47 | 29 |
| Octal | 147 | 37 | 264 | 53 | 123 | 0 | 35 | 415 | 107 | 51 |
| Binary | 1100111 | 11111 | 10110100 | 101011 | 1010011 | 0 | 11101 | 100001101 | 1000111 | 101001 |
Color Harmonies of #671FB4
Complementary color
Monochromatic Colors of #671FB4
Black with #671FB4
Text Example
Text Example
White with #671FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FB4; }
p { color: rgb(103,31,180); }
H1.HeaderClassName
{
color: #671FB4;
}
.AnyTagClassName
{
color: #671FB4;
}
</style>
background-color css
<style>
a { background-color: #671FB4; }
a { background-color: rgb(103,31,180); }
div.DivClassName
{
background-color: #671FB4;
}
.BgClassName
{
background-color: #671FB4;
}
</style>
border-color css
<style>
span { border-color: #671FB4; }
span { border-color: rgb(103,31,180); }
td.TdClassName
{
border-color: #671FB4;
}
.TagClassName
{
border-color: #671FB4;
}
</style>