Shades of Purple Heart #671BDD
Tints of Purple Heart #671BDD
RGB
CMYK
RGB Variations
Color information
#671BDD (or 0x671BDD) is known color: Purple Heart. HEX triplet: 67, 1B and DD. RGB value is (103,27,221). Sum of RGB (Red+Green+Blue) = 103+27+221=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #671BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BDD is #98E422. Grayscale: #474747. Windows color (decimal): -10019875 or 14490471. OLE color: 14490471.
HSL color Cylindrical-coordinate representation of color #671BDD: hue angle of 263.51º 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 #671BDD is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 27 | 221 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.13 |
| HSL | 263.51º | 0.78% | 0.49% | - |
| HSV(B) | 263.51º | 0.88% | 0.87% | - |
| XYZ | 19.04 | 8.89 | 69.12 | - |
| YUV | 71.84 | 212.18 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 221 | 0.53 | 0.88 | 0 | 0.13 | 263.51 | 0.78 | 0.49 |
| Hex | 67 | 1B | DD | 35 | 58 | 0 | D | 108 | 4E | 31 |
| Octal | 147 | 33 | 335 | 65 | 130 | 0 | 15 | 410 | 116 | 61 |
| Binary | 1100111 | 11011 | 11011101 | 110101 | 1011000 | 0 | 1101 | 100001000 | 1001110 | 110001 |
Color Harmonies of #671BDD
Complementary color
Monochromatic Colors of #671BDD
Black with #671BDD
Text Example
Text Example
White with #671BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BDD; }
p { color: rgb(103,27,221); }
H1.HeaderClassName
{
color: #671BDD;
}
.AnyTagClassName
{
color: #671BDD;
}
</style>
background-color css
<style>
a { background-color: #671BDD; }
a { background-color: rgb(103,27,221); }
div.DivClassName
{
background-color: #671BDD;
}
.BgClassName
{
background-color: #671BDD;
}
</style>
border-color css
<style>
span { border-color: #671BDD; }
span { border-color: rgb(103,27,221); }
td.TdClassName
{
border-color: #671BDD;
}
.TagClassName
{
border-color: #671BDD;
}
</style>