Shades of Purple Heart #671DDF
Tints of Purple Heart #671DDF
RGB
CMYK
RGB Variations
Color information
#671DDF (or 0x671DDF) is known color: Purple Heart. HEX triplet: 67, 1D and DF. RGB value is (103,29,223). Sum of RGB (Red+Green+Blue) = 103+29+223=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #671DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671DDF is #98E220. Grayscale: #484848. Windows color (decimal): -10019361 or 14622055. OLE color: 14622055.
HSL color Cylindrical-coordinate representation of color #671DDF: hue angle of 262.89º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671DDF is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 29 | 223 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.13 |
| HSL | 262.89º | 0.77% | 0.49% | - |
| HSV(B) | 262.89º | 0.87% | 0.87% | - |
| XYZ | 19.35 | 9.09 | 70.55 | - |
| YUV | 73.24 | 212.52 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 223 | 0.54 | 0.87 | 0 | 0.13 | 262.89 | 0.77 | 0.49 |
| Hex | 67 | 1D | DF | 36 | 57 | 0 | D | 107 | 4D | 31 |
| Octal | 147 | 35 | 337 | 66 | 127 | 0 | 15 | 407 | 115 | 61 |
| Binary | 1100111 | 11101 | 11011111 | 110110 | 1010111 | 0 | 1101 | 100000111 | 1001101 | 110001 |
Color Harmonies of #671DDF
Complementary color
Monochromatic Colors of #671DDF
Black with #671DDF
Text Example
Text Example
White with #671DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671DDF; }
p { color: rgb(103,29,223); }
H1.HeaderClassName
{
color: #671DDF;
}
.AnyTagClassName
{
color: #671DDF;
}
</style>
background-color css
<style>
a { background-color: #671DDF; }
a { background-color: rgb(103,29,223); }
div.DivClassName
{
background-color: #671DDF;
}
.BgClassName
{
background-color: #671DDF;
}
</style>
border-color css
<style>
span { border-color: #671DDF; }
span { border-color: rgb(103,29,223); }
td.TdClassName
{
border-color: #671DDF;
}
.TagClassName
{
border-color: #671DDF;
}
</style>