Shades of Purple Heart #671BDF
Tints of Purple Heart #671BDF
RGB
CMYK
RGB Variations
Color information
#671BDF (or 0x671BDF) is known color: Purple Heart. HEX triplet: 67, 1B and DF. RGB value is (103,27,223). Sum of RGB (Red+Green+Blue) = 103+27+223=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #671BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BDF is #98E420. Grayscale: #474747. Windows color (decimal): -10019873 or 14621543. OLE color: 14621543.
HSL color Cylindrical-coordinate representation of color #671BDF: hue angle of 263.27º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671BDF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 27 | 223 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.13 |
| HSL | 263.27º | 0.78% | 0.49% | - |
| HSV(B) | 263.27º | 0.88% | 0.87% | - |
| XYZ | 19.3 | 9 | 70.53 | - |
| YUV | 72.07 | 213.18 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 223 | 0.54 | 0.88 | 0 | 0.13 | 263.27 | 0.78 | 0.49 |
| Hex | 67 | 1B | DF | 36 | 58 | 0 | D | 107 | 4E | 31 |
| Octal | 147 | 33 | 337 | 66 | 130 | 0 | 15 | 407 | 116 | 61 |
| Binary | 1100111 | 11011 | 11011111 | 110110 | 1011000 | 0 | 1101 | 100000111 | 1001110 | 110001 |
Color Harmonies of #671BDF
Complementary color
Monochromatic Colors of #671BDF
Black with #671BDF
Text Example
Text Example
White with #671BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BDF; }
p { color: rgb(103,27,223); }
H1.HeaderClassName
{
color: #671BDF;
}
.AnyTagClassName
{
color: #671BDF;
}
</style>
background-color css
<style>
a { background-color: #671BDF; }
a { background-color: rgb(103,27,223); }
div.DivClassName
{
background-color: #671BDF;
}
.BgClassName
{
background-color: #671BDF;
}
</style>
border-color css
<style>
span { border-color: #671BDF; }
span { border-color: rgb(103,27,223); }
td.TdClassName
{
border-color: #671BDF;
}
.TagClassName
{
border-color: #671BDF;
}
</style>