Shades of Purple Heart #673BDC
Tints of Purple Heart #673BDC
RGB
CMYK
RGB Variations
Color information
#673BDC (or 0x673BDC) is known color: Purple Heart. HEX triplet: 67, 3B and DC. RGB value is (103,59,220). Sum of RGB (Red+Green+Blue) = 103+59+220=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #673BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BDC is #98C423. Grayscale: #595959. Windows color (decimal): -10011684 or 14433127. OLE color: 14433127.
HSL color Cylindrical-coordinate representation of color #673BDC: hue angle of 256.4º degrees, saturation: 0.7, 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 #673BDC is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 59 | 220 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.14 |
| HSL | 256.4º | 0.7% | 0.55% | - |
| HSV(B) | 256.4º | 0.73% | 0.86% | - |
| XYZ | 20.08 | 11.18 | 68.81 | - |
| YUV | 90.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 220 | 0.53 | 0.73 | 0 | 0.14 | 256.4 | 0.7 | 0.55 |
| Hex | 67 | 3B | DC | 35 | 49 | 0 | E | 100 | 46 | 37 |
| Octal | 147 | 73 | 334 | 65 | 111 | 0 | 16 | 400 | 106 | 67 |
| Binary | 1100111 | 111011 | 11011100 | 110101 | 1001001 | 0 | 1110 | 100000000 | 1000110 | 110111 |
Color Harmonies of #673BDC
Complementary color
Monochromatic Colors of #673BDC
Black with #673BDC
Text Example
Text Example
White with #673BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BDC; }
p { color: rgb(103,59,220); }
H1.HeaderClassName
{
color: #673BDC;
}
.AnyTagClassName
{
color: #673BDC;
}
</style>
background-color css
<style>
a { background-color: #673BDC; }
a { background-color: rgb(103,59,220); }
div.DivClassName
{
background-color: #673BDC;
}
.BgClassName
{
background-color: #673BDC;
}
</style>
border-color css
<style>
span { border-color: #673BDC; }
span { border-color: rgb(103,59,220); }
td.TdClassName
{
border-color: #673BDC;
}
.TagClassName
{
border-color: #673BDC;
}
</style>