Shades of Purple Heart #673CDF
Tints of Purple Heart #673CDF
RGB
CMYK
RGB Variations
Color information
#673CDF (or 0x673CDF) is known color: Purple Heart. HEX triplet: 67, 3C and DF. RGB value is (103,60,223). Sum of RGB (Red+Green+Blue) = 103+60+223=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #673CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673CDF is #98C320. Grayscale: #5A5A5A. Windows color (decimal): -10011425 or 14629991. OLE color: 14629991.
HSL color Cylindrical-coordinate representation of color #673CDF: hue angle of 255.83º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #673CDF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 60 | 223 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.13 |
| HSL | 255.83º | 0.72% | 0.55% | - |
| HSV(B) | 255.83º | 0.73% | 0.87% | - |
| XYZ | 20.53 | 11.44 | 70.94 | - |
| YUV | 91.44 | 202.25 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 223 | 0.54 | 0.73 | 0 | 0.13 | 255.83 | 0.72 | 0.55 |
| Hex | 67 | 3C | DF | 36 | 49 | 0 | D | 100 | 48 | 37 |
| Octal | 147 | 74 | 337 | 66 | 111 | 0 | 15 | 400 | 110 | 67 |
| Binary | 1100111 | 111100 | 11011111 | 110110 | 1001001 | 0 | 1101 | 100000000 | 1001000 | 110111 |
Color Harmonies of #673CDF
Complementary color
Monochromatic Colors of #673CDF
Black with #673CDF
Text Example
Text Example
White with #673CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CDF; }
p { color: rgb(103,60,223); }
H1.HeaderClassName
{
color: #673CDF;
}
.AnyTagClassName
{
color: #673CDF;
}
</style>
background-color css
<style>
a { background-color: #673CDF; }
a { background-color: rgb(103,60,223); }
div.DivClassName
{
background-color: #673CDF;
}
.BgClassName
{
background-color: #673CDF;
}
</style>
border-color css
<style>
span { border-color: #673CDF; }
span { border-color: rgb(103,60,223); }
td.TdClassName
{
border-color: #673CDF;
}
.TagClassName
{
border-color: #673CDF;
}
</style>