Shades of Purple Heart #673BDB
Tints of Purple Heart #673BDB
RGB
CMYK
RGB Variations
Color information
#673BDB (or 0x673BDB) is known color: Purple Heart. HEX triplet: 67, 3B and DB. RGB value is (103,59,219). Sum of RGB (Red+Green+Blue) = 103+59+219=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #673BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BDB is #98C424. Grayscale: #595959. Windows color (decimal): -10011685 or 14367591. OLE color: 14367591.
HSL color Cylindrical-coordinate representation of color #673BDB: hue angle of 256.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #673BDB is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 59 | 219 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.14 |
| HSL | 256.5º | 0.69% | 0.55% | - |
| HSV(B) | 256.5º | 0.73% | 0.86% | - |
| XYZ | 19.94 | 11.13 | 68.11 | - |
| YUV | 90.4 | 200.58 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 219 | 0.53 | 0.73 | 0 | 0.14 | 256.5 | 0.69 | 0.55 |
| Hex | 67 | 3B | DB | 35 | 49 | 0 | E | 100 | 45 | 37 |
| Octal | 147 | 73 | 333 | 65 | 111 | 0 | 16 | 400 | 105 | 67 |
| Binary | 1100111 | 111011 | 11011011 | 110101 | 1001001 | 0 | 1110 | 100000000 | 1000101 | 110111 |
Color Harmonies of #673BDB
Complementary color
Monochromatic Colors of #673BDB
Black with #673BDB
Text Example
Text Example
White with #673BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BDB; }
p { color: rgb(103,59,219); }
H1.HeaderClassName
{
color: #673BDB;
}
.AnyTagClassName
{
color: #673BDB;
}
</style>
background-color css
<style>
a { background-color: #673BDB; }
a { background-color: rgb(103,59,219); }
div.DivClassName
{
background-color: #673BDB;
}
.BgClassName
{
background-color: #673BDB;
}
</style>
border-color css
<style>
span { border-color: #673BDB; }
span { border-color: rgb(103,59,219); }
td.TdClassName
{
border-color: #673BDB;
}
.TagClassName
{
border-color: #673BDB;
}
</style>