Shades of Purple Heart #671DBC
Tints of Purple Heart #671DBC
RGB
CMYK
RGB Variations
Color information
#671DBC (or 0x671DBC) is known color: Purple Heart. HEX triplet: 67, 1D and BC. RGB value is (103,29,188). Sum of RGB (Red+Green+Blue) = 103+29+188=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #671DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671DBC is #98E243. Grayscale: #444444. Windows color (decimal): -10019396 or 12328295. OLE color: 12328295.
HSL color Cylindrical-coordinate representation of color #671DBC: hue angle of 267.92º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671DBC is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 29 | 188 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.26 |
| HSL | 267.92º | 0.73% | 0.43% | - |
| HSV(B) | 267.92º | 0.85% | 0.74% | - |
| XYZ | 15.11 | 7.39 | 48.21 | - |
| YUV | 69.25 | 195.02 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 188 | 0.45 | 0.85 | 0 | 0.26 | 267.92 | 0.73 | 0.43 |
| Hex | 67 | 1D | BC | 2D | 55 | 0 | 1A | 10C | 49 | 2B |
| Octal | 147 | 35 | 274 | 55 | 125 | 0 | 32 | 414 | 111 | 53 |
| Binary | 1100111 | 11101 | 10111100 | 101101 | 1010101 | 0 | 11010 | 100001100 | 1001001 | 101011 |
Color Harmonies of #671DBC
Complementary color
Monochromatic Colors of #671DBC
Black with #671DBC
Text Example
Text Example
White with #671DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671DBC; }
p { color: rgb(103,29,188); }
H1.HeaderClassName
{
color: #671DBC;
}
.AnyTagClassName
{
color: #671DBC;
}
</style>
background-color css
<style>
a { background-color: #671DBC; }
a { background-color: rgb(103,29,188); }
div.DivClassName
{
background-color: #671DBC;
}
.BgClassName
{
background-color: #671DBC;
}
</style>
border-color css
<style>
span { border-color: #671DBC; }
span { border-color: rgb(103,29,188); }
td.TdClassName
{
border-color: #671DBC;
}
.TagClassName
{
border-color: #671DBC;
}
</style>