Shades of Purple Heart #673BD7
Tints of Purple Heart #673BD7
RGB
CMYK
RGB Variations
Color information
#673BD7 (or 0x673BD7) is known color: Purple Heart. HEX triplet: 67, 3B and D7. RGB value is (103,59,215). Sum of RGB (Red+Green+Blue) = 103+59+215=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #673BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BD7 is #98C428. Grayscale: #595959. Windows color (decimal): -10011689 or 14105447. OLE color: 14105447.
HSL color Cylindrical-coordinate representation of color #673BD7: hue angle of 256.92º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #673BD7 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 59 | 215 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.16 |
| HSL | 256.92º | 0.66% | 0.54% | - |
| HSV(B) | 256.92º | 0.73% | 0.84% | - |
| XYZ | 19.42 | 10.92 | 65.37 | - |
| YUV | 89.94 | 198.58 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 215 | 0.52 | 0.73 | 0 | 0.16 | 256.92 | 0.66 | 0.54 |
| Hex | 67 | 3B | D7 | 34 | 49 | 0 | 10 | 101 | 42 | 36 |
| Octal | 147 | 73 | 327 | 64 | 111 | 0 | 20 | 401 | 102 | 66 |
| Binary | 1100111 | 111011 | 11010111 | 110100 | 1001001 | 0 | 10000 | 100000001 | 1000010 | 110110 |
Color Harmonies of #673BD7
Complementary color
Monochromatic Colors of #673BD7
Black with #673BD7
Text Example
Text Example
White with #673BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BD7; }
p { color: rgb(103,59,215); }
H1.HeaderClassName
{
color: #673BD7;
}
.AnyTagClassName
{
color: #673BD7;
}
</style>
background-color css
<style>
a { background-color: #673BD7; }
a { background-color: rgb(103,59,215); }
div.DivClassName
{
background-color: #673BD7;
}
.BgClassName
{
background-color: #673BD7;
}
</style>
border-color css
<style>
span { border-color: #673BD7; }
span { border-color: rgb(103,59,215); }
td.TdClassName
{
border-color: #673BD7;
}
.TagClassName
{
border-color: #673BD7;
}
</style>