Shades of Purple Heart #673ECF
Tints of Purple Heart #673ECF
RGB
CMYK
RGB Variations
Color information
#673ECF (or 0x673ECF) is known color: Purple Heart. HEX triplet: 67, 3E and CF. RGB value is (103,62,207). Sum of RGB (Red+Green+Blue) = 103+62+207=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #673ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ECF is #98C130. Grayscale: #5A5A5A. Windows color (decimal): -10010929 or 13581927. OLE color: 13581927.
HSL color Cylindrical-coordinate representation of color #673ECF: hue angle of 256.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #673ECF is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 62 | 207 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.19 |
| HSL | 256.97º | 0.6% | 0.53% | - |
| HSV(B) | 256.97º | 0.7% | 0.81% | - |
| XYZ | 18.58 | 10.83 | 60.14 | - |
| YUV | 90.79 | 193.58 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 62 | 207 | 0.50 | 0.70 | 0 | 0.19 | 256.97 | 0.6 | 0.53 |
| Hex | 67 | 3E | CF | 32 | 46 | 0 | 13 | 101 | 3C | 35 |
| Octal | 147 | 76 | 317 | 62 | 106 | 0 | 23 | 401 | 74 | 65 |
| Binary | 1100111 | 111110 | 11001111 | 110010 | 1000110 | 0 | 10011 | 100000001 | 111100 | 110101 |
Color Harmonies of #673ECF
Complementary color
Monochromatic Colors of #673ECF
Black with #673ECF
Text Example
Text Example
White with #673ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673ECF; }
p { color: rgb(103,62,207); }
H1.HeaderClassName
{
color: #673ECF;
}
.AnyTagClassName
{
color: #673ECF;
}
</style>
background-color css
<style>
a { background-color: #673ECF; }
a { background-color: rgb(103,62,207); }
div.DivClassName
{
background-color: #673ECF;
}
.BgClassName
{
background-color: #673ECF;
}
</style>
border-color css
<style>
span { border-color: #673ECF; }
span { border-color: rgb(103,62,207); }
td.TdClassName
{
border-color: #673ECF;
}
.TagClassName
{
border-color: #673ECF;
}
</style>