Shades of Purple Heart #673BDF
Tints of Purple Heart #673BDF
RGB
CMYK
RGB Variations
Color information
#673BDF (or 0x673BDF) is known color: Purple Heart. HEX triplet: 67, 3B and DF. RGB value is (103,59,223). Sum of RGB (Red+Green+Blue) = 103+59+223=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #673BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BDF is #98C420. Grayscale: #5A5A5A. Windows color (decimal): -10011681 or 14629735. OLE color: 14629735.
HSL color Cylindrical-coordinate representation of color #673BDF: hue angle of 256.1º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #673BDF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 59 | 223 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.13 |
| HSL | 256.1º | 0.72% | 0.55% | - |
| HSV(B) | 256.1º | 0.74% | 0.87% | - |
| XYZ | 20.48 | 11.34 | 70.92 | - |
| YUV | 90.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 223 | 0.54 | 0.74 | 0 | 0.13 | 256.1 | 0.72 | 0.55 |
| Hex | 67 | 3B | DF | 36 | 4A | 0 | D | 100 | 48 | 37 |
| Octal | 147 | 73 | 337 | 66 | 112 | 0 | 15 | 400 | 110 | 67 |
| Binary | 1100111 | 111011 | 11011111 | 110110 | 1001010 | 0 | 1101 | 100000000 | 1001000 | 110111 |
Color Harmonies of #673BDF
Complementary color
Monochromatic Colors of #673BDF
Black with #673BDF
Text Example
Text Example
White with #673BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BDF; }
p { color: rgb(103,59,223); }
H1.HeaderClassName
{
color: #673BDF;
}
.AnyTagClassName
{
color: #673BDF;
}
</style>
background-color css
<style>
a { background-color: #673BDF; }
a { background-color: rgb(103,59,223); }
div.DivClassName
{
background-color: #673BDF;
}
.BgClassName
{
background-color: #673BDF;
}
</style>
border-color css
<style>
span { border-color: #673BDF; }
span { border-color: rgb(103,59,223); }
td.TdClassName
{
border-color: #673BDF;
}
.TagClassName
{
border-color: #673BDF;
}
</style>