Shades of Purple Heart #673BDA
Tints of Purple Heart #673BDA
RGB
CMYK
RGB Variations
Color information
#673BDA (or 0x673BDA) is known color: Purple Heart. HEX triplet: 67, 3B and DA. RGB value is (103,59,218). Sum of RGB (Red+Green+Blue) = 103+59+218=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #673BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BDA is #98C425. Grayscale: #595959. Windows color (decimal): -10011686 or 14302055. OLE color: 14302055.
HSL color Cylindrical-coordinate representation of color #673BDA: hue angle of 256.6º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #673BDA is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 59 | 218 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.15 |
| HSL | 256.6º | 0.68% | 0.54% | - |
| HSV(B) | 256.6º | 0.73% | 0.85% | - |
| XYZ | 19.81 | 11.07 | 67.42 | - |
| YUV | 90.28 | 200.08 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 218 | 0.53 | 0.73 | 0 | 0.15 | 256.6 | 0.68 | 0.54 |
| Hex | 67 | 3B | DA | 35 | 49 | 0 | F | 101 | 44 | 36 |
| Octal | 147 | 73 | 332 | 65 | 111 | 0 | 17 | 401 | 104 | 66 |
| Binary | 1100111 | 111011 | 11011010 | 110101 | 1001001 | 0 | 1111 | 100000001 | 1000100 | 110110 |
Color Harmonies of #673BDA
Complementary color
Monochromatic Colors of #673BDA
Black with #673BDA
Text Example
Text Example
White with #673BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BDA; }
p { color: rgb(103,59,218); }
H1.HeaderClassName
{
color: #673BDA;
}
.AnyTagClassName
{
color: #673BDA;
}
</style>
background-color css
<style>
a { background-color: #673BDA; }
a { background-color: rgb(103,59,218); }
div.DivClassName
{
background-color: #673BDA;
}
.BgClassName
{
background-color: #673BDA;
}
</style>
border-color css
<style>
span { border-color: #673BDA; }
span { border-color: rgb(103,59,218); }
td.TdClassName
{
border-color: #673BDA;
}
.TagClassName
{
border-color: #673BDA;
}
</style>